Anthony, I was aware of Flickrj when I started tinkering with the API, but in addition to being a fun personal project, the thing I'm working on is also a...
... That's about all I need. Probably won't appease those pesky mobile developers though... ;) c....
Christophe Beauregard
cpb@...
Aug 1, 2005 1:35 pm
114
... That's cool. ... Flickrj does image uploading, just not with the new auth API yet. Anyhow, good luck. If you have any questions then please feel free to ...
Hi, From time to time making calls to the search API will result in extremely long waiting times, up to 10 minutes. Are there any issues with the system or are...
Hey all, In trying to deliberately break my app, I do the following: - Deauthorise the app on Flickr - Call getFrob - Deliberately fail to authorise the app -...
Is there any way right now to revoke a token programatically? I don't believe there is (based on the API documentation) but perhaps there is something in the...
Our search is overtaxed :( We are working on a long term solution, but for now, we've had to disable some types of searching (text) altogether. Can you tell us...
... I figured that much. Sorry to hear that. ... Just searching for tagged photos: Method http://www.flickr.com/services/rest/?method=flickr.photos.search with...
... Those searches will be much faster if you do not specify a min_upload_date, which I am sure you do not want to hear :/ Eric ... -- Eric Costello ...
... a description element has been added. the docs have been updated: http://www.flickr.com/services/api/flickr.groups.getInfo.html **** DEPRECATION NOTICE...
Are there plans to create an api method to bring back a list of 'interesting' photos? i.e. the contents of http://www.flickr.com/explore/interesting/24hours/ ...
... It would be so great! ... Speaking of syndication, I still wonder why there is none for user's favorites, and I created something which may be usefull...
How do I get a complete list of the currently active groups? I tried groups.getActiveList(). The call succeeded but it returned one result set element named ...
... I've also been struggling with the xml-rpc since it gives the response in xml. It would be so nice if the response was a xml-rpc stuct or something. Then I...
I am trying to figure out if I am going down the flickr road because of this. I'll have to write another layer of code to parse the response... And while...
I doubt it will be changed. It appears that the XML-RPC interface is just a thin wrapper around their existing "REST" interface (which is not really all that...
Michael Kenney
mfkenney@...
Aug 3, 2005 3:39 pm
137
I agree with Mike that it probably is a thing that really can't be changed. I'm using Python for Series 60 to program my mobile phone and the python release...
Dear FlickrFolk, First, THANK YOU for the authorization API. It makes Flickr users much more willing to try a developer's app since they don't have to give...
Got you. This good clarification. It looks as if the REST guys are already parsing the XML so I guess it is just us spoiled xmlrpc folks <g!>. I see the...