Hi All, The subject says it all really. I'm just about to write some code to estimate the percentage of photos on Flickr that are posted to at least one group...
Is this an appropriate place to post feedback on the Flickr API. I have been writing some tools to interact with Flickr lately and have some constructive...
Hi all, When I try tu use the xmlhttp.open method with Firefox to retrieve data from Flickr I got an error message of 'Denied permission'. I think this may...
if using JavaScript use the JSON . I did a tutorial http://www.heavyweightgeek.org/2007/04/25/how-to-add-flickr-images-using-json-tutorial-pt1/ I also did a JS...
... As others have already written to you, the xmlhttprequest code is limited for security purposes to only work against the same domain where the calling page...
There is also a class on my blog if you are feeling lazy(sorry for touting old articles). Also hints on how to proxy without the borring coding bit. ...
... retrieve ... this ... where ... put a ... Flickr. ... writing. ... <script> ... reason, ... expect ... name of ... to ... http://Daniel.AshtonFam.org ... ...
I'm seeing strange results being returned from Flickr API. Basically, I'm calling flickr.photos.search restricted by group, sorted by interestingness and using...
... This is a known bug. Any search will only return a certain number of photos (I forget the exact number) and will keep returning the same results as the...
... sorted by ... result pages. ... Thanks! Looks like it's limited at 4000 photos. Do you know where I can read some more about his bug (a prior thread...
Hi All, The method flickr.tags.getListPhoto gets the tags for a given photo. I'm after something similar for groups, say flickr.groups.getListPhoto but I can...
Hi All, Hopefully this question is as straightfoward as my last one (thanks Geoffrey). Given an NSID of a group I can use flickr.groups.getInfo to find out how...
There is currently no way to get this information. It has been requested on more than on occasion, would be incredibly useful, but there is still no news from...
I'm using the following request http://api.flickr.com/services/rest/?format=json&method=flickr.photos.getRecent&api_key=MYAPIKEY&jsoncallback=callback to get a...
Please, for the love of all things good don't post such a long block of JSON again. Either snip the middle, or change the api call parameters so it doesn't...
This is according to flickr (http://www.flickr.com/services/api/response.json.html) Successful Responses When a request is successful, the following JSON is...
Hi All, At the start of this thread Mark mentioned that when doing batch operations in his application he's "making an API call once per second". At the end of...
The json response with callback is intended to be valid javascript. Semi-colons at the end of lines in JS are best practice, but still optional. There are many...
Id like to ressurect this topic, I had a friend signup for an account to help me debug this issue. We set his account to not allow api's to search for him then...
At Flickr we've got a really big database that lists a significant percentage of the places that exist in the world, and a few that don't. When you geotag a...
Flickcurl is a C library for the Flickr API handling creating the requests, signing, token management, calling the API, marshalling request parameters and...