Thanks for the reply, I suspect it is a bug in the wrapper, but was hoping someone here might shed some light on it. ... Right, a private photo for a user (me)...
are you sure its due to a ban? I've ran into a weird bug before where if the referal url is REALLY REALLY long, the flickr image simply breaks. so maybe its...
i know that sometimes flickr put some sites on a black-list blocked from getting images from the flickr farms, but i am not sure how they do that. they may use...
Hi, I created 2 PRO account (about more than 1 month ago) for clients's sites and I did an API request for commercial user for each of them. Both requests was...
Hi friends, I want to search public photos with geocoded data(which I am going to use in google maps) in flickr. I know we use flickr.photos.search for...
you need to pass "geo" in the "extra" parameter of flickr.photos.search. then the geo data will be in the result. you also need to pass "bbox" to make a search...
Hi guys, I am new to the Flickr API, I have what may be a beginner's question. I have obtained an API key, and it works fine when I retrieve some pictures from...
it's a Flickr API bug (of either the documentation or the API routine) flickr.photosets.getList requires the user_id parameter UNLESS the call is SIGNED. if...
the user-id is embedded in the URL of the buddy-icon. so you can copy the URL of the buddy icon and extract the user-id from it. it looks something like:...
I'm not sure you'll have much luck with your request. When you sign up for an api key it clearly says "This app will be associated with your *{username}*...
Hi, I've been working on a Flex (Flex3, Cairngorm and as3flickrlib) project that acts as an image gallery using your flickr sets and photos. I am able to...
The secret for the original image is different from the secret for all other images. If you are not a Pro user then the original secret is not available. Sam ...
i have no idea what as3flickrlib is. maybe there is a bug in this library. maybe they don't handle correctly the original secret. but you can play with the...
Hi, Thank you both for your help. You were right: - the original image has an "originalsecret" property which is different from the "secret" property - you can...
flickr does not generate the "large" version in all cases. it depends on the pixel-size of the original. i don't know what the exact size threshold is, but if...
Hi all. I realized one can SET the bit for a photo to hide it from searches, but is there any way to retrieve the currently set bit for a photo? photos.getInfo...
the safety level and the fact that a photo is hidden from search are not the same. e.g. i have some public moderate photos that are not hidden from search (if...
In need of some help here... I've gotten my client's photostream to work with Galleria (a jquery photo gallery) using her stream feed. However, the photos show...
you can capture the RSS feed and change the url's on the images that appear the feed. you would have to write some code to do that (either server-side, or ...