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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3366 - 3395 of 4220   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3366
Hi Sam. I thought so, but thank you very much for the reply. I guess that is information that is pretty much unattainable for now. Any plans for that in the...
gvendurjaki
Offline Send Email
Oct 1, 2007
8:38 pm
3367
Is there a limit of how many queries (based on time) can be submitted to the Flickr API?...
sgold_group
Offline Send Email
Oct 2, 2007
4:44 pm
3368
... Yes, we occasionally have to disable API keys for making too many requests. The precise limits depend on the methods you call (some are more expensive to...
Paul Hammond
paulhammondorg
Online Now Send Email
Oct 2, 2007
4:58 pm
3369
For the last several weeks I've noticed that, when the call is authed, flickr.photos.search will return flagged photos, completely ignoring the value (or...
jdashton70
Offline Send Email
Oct 2, 2007
5:34 pm
3370
These are two different users: http://www.flickr.com/photos/lfe http://www.flickr.com/photos/l-f-e Using REST to get the user id works for lfe: ...
jeevicle
Offline Send Email
Oct 2, 2007
7:22 pm
3371
... http://api.flickr.com/services/feeds/photos_public.gne?id=49045532%40N00&format=rss_200 You are confusing usernames with URLs. The user who has the...
David Wilkinson
dopiaza0
Offline Send Email
Oct 2, 2007
7:36 pm
3372
dope! That was it. thanks! ... http://api.flickr.com/services/feeds/photos_public.gne?id=49045532%40N00&format=rss_200 ... LFE is ... user ... "Allen...
jeevicle
Offline Send Email
Oct 2, 2007
8:23 pm
3373
Hi All, I was just about to write a group pruning app that would display a list of the groups a user is a member of along with a selection of recent photos in...
Tim Regan
dumbledad
Offline Send Email
Oct 3, 2007
4:01 pm
3374
... Hello Tim, It's not documented, but it appears that a URL of the form * *http://www.flickr.com/groups_leave.gne?id=/group_id/* should do the trick. As an...
J. Daniel Ashton
jdashton70
Offline Send Email
Oct 3, 2007
4:17 pm
3375
Is there any way to browse through Flickr pages as an authenticated user (after going through authentication through the API). For example: $rsp = ...
gvendurjaki
Offline Send Email
Oct 7, 2007
2:15 am
3376
... Are you managing cookies? What I would expect would work is to approach both the log-in and the reverse-contacts request as standard page requests, /i.e./...
J. Daniel Ashton
jdashton70
Offline Send Email
Oct 7, 2007
2:31 am
3377
Thanks for the reply. See, my problem is a little bit more complex. I am doing a survey for Flickr users for a university research project. When people finish...
gvendurjaki
Offline Send Email
Oct 7, 2007
3:50 am
3378
... Interesting project. I regret that this is all beyond my limited Flickr knowledge and experience. I would be rather surprised if an authentication token...
J. Daniel Ashton
jdashton70
Offline Send Email
Oct 7, 2007
4:41 am
3379
... Yeah, makes sense, although I was hoping it would somehow be possible. ... Well, I had already asked about an API method on this list and got the answer...
gvendurjaki
Offline Send Email
Oct 7, 2007
4:37 pm
3380
Hi i wanted to do some analysis of getagged images in flickr. There is no way to get only images with georeferences (or is there a good way?) i tried to search...
niptick79
Offline Send Email
Oct 8, 2007
9:58 am
3381
I observed the same behaviour, but that could not be right. If it is right they should change the documentations... Best wishes Christian ... ...
niptick79
Offline Send Email
Oct 8, 2007
10:02 am
3382
It's well-known behaviour. The official word on this that I remember seeing is here: http://tech.groups.yahoo.com/group/yws-flickr/message/1866 Dave W....
David Wilkinson
dopiaza0
Offline Send Email
Oct 8, 2007
10:25 am
3383
... I think if you pass a bbox parameter to search you get back only geotagged images. Try "-180, -90, 180, 90" if you want images from anywhere in the...
Kelvin Luck
kelvinovitch
Offline Send Email
Oct 8, 2007
2:44 pm
3384
Ive noticed that @ symbols get stripped out from machine tags when returned by the API, is this on purpose? if so, why? or is it a bug?...
excellatron
Offline Send Email
Oct 8, 2007
7:22 pm
3385
Someone else asked pretty much the same thing on the Flickr forums a while ago, and I haven't found an answer. This is my first attempt at doing anything with...
Ken D
fabwhack
Offline Send Email
Oct 8, 2007
7:46 pm
3386
... discussion is continued here: http://www.flickr.com/groups/api/discuss/72157602321211709/...
excellatron
Offline Send Email
Oct 9, 2007
12:05 am
3387
Below is my code that will generate images/photos 4 by 3 and it works fine. In my photoset in the Flickr.com I have 22 images. I want it to display randomly,...
Dodong Fortaliza
afortaliza
Offline Send Email
Oct 10, 2007
5:46 am
3388
please reply... ... href=http://www.flickr.com/photos/avatrian/$photos_url$photo[id]/in/set-confidential>";...
Dodong Fortaliza
afortaliza
Offline Send Email
Oct 10, 2007
11:18 am
3389
... Well, here's one piece of the puzzle for you. You can cause the browser to execute a Javascript function after a specified delay by using the ...
J. Daniel Ashton
jdashton70
Offline Send Email
Oct 10, 2007
11:24 am
3390
This has nothing to do with Flickr - simply search good for "automatically refresh web page" and I'm sure you will find hundreds of comments much like Daniels....
Sam Judson
wackylabs
Offline Send Email
Oct 10, 2007
12:33 pm
3391
Even if I javascript code that will refresh the page, it will not work since the PHP script below does not have a code to random the images. Hope you can help...
Dodong Fortaliza
afortaliza
Offline Send Email
Oct 10, 2007
1:05 pm
3392
The Flickr API doesn't have any sort of randomizing function. Since you're dealing with a potential set of fewer than 500 images probably the best thing to do...
Geoffrey Spear
revgeoff
Offline Send Email
Oct 10, 2007
1:10 pm
3393
... Take a look at the PHP shuffle function http://www.php.net/manual/en/function.shuffle.php Dave W....
David Wilkinson
dopiaza0
Offline Send Email
Oct 10, 2007
1:38 pm
3394
I added this code but there is no effect, why? $recent = $photos['photo']; srand((float)microtime() * 1000000); shuffle($recent); Hope somebody can assist me....
Dodong Fortaliza
afortaliza
Offline Send Email
Oct 10, 2007
3:34 pm
3395
Are you still returning only 12 photos from Flickr? You need to return something like 100, or 200, and then use shuffle. After you've done the shuffle you...
Sam Judson
wackylabs
Offline Send Email
Oct 10, 2007
9:02 pm
Messages 3366 - 3395 of 4220   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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