Hi Folks, I was wondering if there are any writers, developers and geotagging enthusiasts who might be interested in providing Reviews, How-To Articles, and...
Dear Flickr API team, I would like to kindly ask you to add an <allow-http-request-headers-from domain="*"/> element to the <cross-domain-policy> element in ...
Ich komme zu keinen Ergebnis beim API-Explorer, kann ausprobieren, was ich will eien Schlüssel habe ich natürlich! Wo gibt es denn mal eine schöne STEP by...
I have a question about the login method described in the following link: http://www.flickr.com/services/api/auth.howto.mobile.html I have created a small...
1. The 9 digit PIN (mini-token) can only be used once. 2. The full token will last forever*. It can be used across sessions without problem. You cannot...
Ok, I found the bug - Flickr does not recognize machine tags that start with a number. See screen movie: http://3e.org/local/flickrmtagbug.mp4 Note that the...
blah:blah=blah does not start with a digit :P In any case, it's not a bug, it's a feature of machine tags that's been documented since the day they announced...
... http://code.flickr.com/blog/2009/03/02/videos-in-the-flickr-api-part-deux/ ... Very cool... but unfortunately it doesn't appear to actually work. I call...
One problem: photos.getInfo returns originalformat="jpg" even for videos. (I'm patching http://larve.net/people/hugo/2005/12/offlickr/ to allow for backup of...
Thanks Sam, One more question - Can that full token be used to upload photos to flickr? I am getting signature invalid as response - My signature calculation...
Just FYI The string for signature calculation is constructed like following: <<my secret key>>api_key<<my api key>>auth_token<<my full token>>title<<file name...
Firstly, yes you can use the token for everything, including uploading. Are you passing the filename of the photo as the title parameter? Otherwise the photo...
My votes for that, too ++ Mario Klingemann ... -- Mario Klingemann / Quasimondo Computational Artisan http://www.quasimondo.com Blutenburgstr. 51 80636 Munich...
After the Yahoo login screen I'm being redirected to http://www.flickr.com//services/auth/%3Fapi_key%3D76... Manually changing the //services to /services...
... Can you be more specific? Like, what does your program do before it gets redirected? Christine ... dagdag is just a two-character rotation of byebye......
... Hello, The Auth api is incorrectly returning granted permissions. I just removed a user permission via the web interface, but now the auth api is showing...
Hi All, I am unable to find a method that would allow me to get most recently added pictures in the group pool. There's a min_upload_date, but it only refers...
Hmm, I guess if I use the flickr.groups.pools.getPhotos method which returns a dateadded element, I can compare these dates with the most recent dateadded in...