Hello, There is a statement in flickr api ToS saying that: "You shall not display more than 30 Flickr user photos per page in your application or use an...
I would be fairly certain that moo.com have a commercial license agreement with Flickr that means they are not restricted by the public tos. 2009/1/3 Yung-Luen...
I'm new to python and the Flickr API and am looking to do programatic modification and backup of the Description an Title of photos in my photo stream. I'm...
Hi Ben It's all there, honest! Getting a list of photos in a photostream is best done using the flickr.photos.search method, passing in the user id of the...
Hi All, I'm receiving an undocumented error code from the method flickr.groups.pools.add: <err code="8" msg="Content not allowed" /> In my test, it seems to...
Hi All, As of last night I'm seeing calls to flickr.auth.getToken produce "invalid frob" errors, even though this same code has been running without problem ...
Additional info: I tried having my app wait 30s between calling getFrob and getToken, but that did not help. I also tried the using the API explorer to call...
Hi Chris, The frob is a per-user thing. So you do a getFrob for your user, change the frob in your app's flcikr object to the one you received and then...
Hi Tom, Thanks for the reply. This is what our app does -- has been doing -- for ages. But it just stopped working last night. :( Even when I try using the...
Hi Chris, We made some security related changes to the API Auth code last night which sound like it may have caused your issue. Previously in some cases if you...
Paul, thanks for the reply. That is almost certainly the cause of the problem. We'll check our code and make sure to store the token. Thanks! --Chris...
I am writing an OO application which allows the user to upload an image to one of several sites. Due to the way my application's UI is structured I believe...
I don't think Flickr has a policy regarding this - you could use Desktop based authentication for a web site if you wanted - it would just be more jarring for...
The user clicks a link to go to the url and authenticates my application. He/she is then redirected to a web-page which gives them a code to enter to upload to...
... plugging ... "invalid frob" ... Paul Hammond, I'm having the same problem when using getFrob and getToken. I too double-checked using the API Explorer....
Hello again, I got the interface part working (by changing some of my application's structure) and I have a new problem, ;) I can login and get a list of my...
I am having trouble with flickr.photos.setDates and a specific date. When I use the flickr.photos.setDates and try to set an image's taken date to "2006-04-01...
Not being able to set the time to a time that doesn't exist isn't a bug, it's a feature. You also can't say your pictures were taken at 26:15:39 UTC....
According to the Flickr API site regarding dates (http://www.flickr.com/services/api/misc.dates.html): "The date taken should always be displayed in the...
There was some talk about using oAuth in a desktop app, which has the same issues as flickrs web app authentication. The idea was to register a customer uri...
02:39 UTC-6 is always 02:39 UTC-6, regardless of the date. If your particular part of the world suddenly decides to use UTC-5 instead, well, that's up to...
It's not really useful without logging in. As I see it, it should work the same as flickr.tags.getListUser , but accepting an extra parameter "tag" for...
how will i use flickr api using zembly? how can i call it. thanks ... Have a new Yahoo! Mail account? Kick start your journey by importing all your contacts!...
Hi all, We've released a new API method called flickr.contacts.getListRecentlyUploaded that will return a list of users and the number of photos they've...
Hi all, We've released a new API method called flickr.places.getShapeHistory that will let you return all the shapefiles/polylines that have been rendered for...