Search the web
Sign In
New User? Sign Up
yws-flickr · YDN Flickr Developer Support Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4640 - 4669 of 5444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4640
... I can replicate this with the photo Martin is talking about, without needing to do an authenticated call. Compare the results of ...
Paul Mison
pcmison
Offline Send Email
Jan 1, 2009
10:10 pm
4641
It's currently returning just IDs 0-6. <licenses> <license id="0" name="All Rights Reserved" url=""/> <license id="4" name="Attribution License" ...
liza31337
Offline Send Email
Jan 2, 2009
5:23 pm
4642
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...
Yung-Luen Lan
yllan430
Offline Send Email
Jan 3, 2009
9:16 am
4643
Well Moo have a commercial relationship to Flickr, so probably have there own terms of service. Sam 2009/1/3 Yung-Luen Lan <garbagespace@...>...
Sam Judson
wackylabs
Offline Send Email
Jan 3, 2009
10:46 am
4644
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...
Chris Blackwell
d1rtym0nk3y
Offline Send Email
Jan 3, 2009
11:14 am
4645
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...
Ben
benodenr
Offline Send Email
Jan 4, 2009
7:35 am
4646
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...
Sam Judson
wackylabs
Offline Send Email
Jan 4, 2009
11:14 am
4647
Thank you sam, I see now! Should be smooth sailing from here. ... programatic...
Ben
benodenr
Offline Send Email
Jan 5, 2009
12:46 am
4648
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...
Fraser Speirs
fraser_speirs
Offline Send Email
Jan 6, 2009
11:57 am
4649
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 ...
Chris Campbell
quaelin
Offline Send Email
Jan 6, 2009
6:25 pm
4650
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...
Chris Campbell
quaelin
Offline Send Email
Jan 6, 2009
7:37 pm
4651
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...
Thomas R. Koll
koll.thomas
Offline Send Email
Jan 6, 2009
7:49 pm
4652
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...
Chris Campbell
quaelin
Offline Send Email
Jan 6, 2009
8:11 pm
4653
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 Hammond
paulhammondorg
Offline Send Email
Jan 6, 2009
8:14 pm
4654
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...
Chris Campbell
quaelin
Offline Send Email
Jan 6, 2009
8:28 pm
4655
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...
sabrown100
Offline Send Email
Jan 7, 2009
4:54 pm
4656
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...
Sam Judson
wackylabs
Offline Send Email
Jan 7, 2009
4:57 pm
4657
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...
sabrown100
Offline Send Email
Jan 7, 2009
5:11 pm
4658
... plugging ... "invalid frob" ... Paul Hammond, I'm having the same problem when using getFrob and getToken. I too double-checked using the API Explorer....
justinatw3rk
Offline Send Email
Jan 7, 2009
6:11 pm
4659
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...
sabrown100
Offline Send Email
Jan 7, 2009
10:03 pm
4660
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...
digital24x7
Offline Send Email
Jan 8, 2009
12:35 am
4661
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....
Geoffrey Spear
revgeoff
Offline Send Email
Jan 8, 2009
1:45 am
4662
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...
digital24x7
Offline Send Email
Jan 8, 2009
3:34 am
4663
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...
Chris Blackwell
d1rtym0nk3y
Offline Send Email
Jan 8, 2009
7:48 pm
4664
As I mentioned in another thread, that problem is sorted. ... the same ... Desktop ... be more ... successfully....
sabrown100
Offline Send Email
Jan 8, 2009
10:02 pm
4665
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...
Matthew Smillie
matthew_smillie
Offline Send Email
Jan 9, 2009
2:01 am
4666
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...
caygarrido
Offline Send Email
Jan 12, 2009
10:16 am
4667
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!...
Karen Ann Halili
keihalili
Offline Send Email
Jan 12, 2009
11:22 am
4668
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...
Aaron Straup Cope
aaronofmontreal
Offline Send Email
Jan 12, 2009
10:51 pm
4669
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...
Aaron Straup Cope
aaronofmontreal
Offline Send Email
Jan 12, 2009
11:00 pm
Messages 4640 - 4669 of 5444   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help