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 916 - 945 of 5445   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
916
Hello, How do I get info such as how many tags are there? - If I want to get all the tags how do I get them. I think an application that will help each user...
abhijit_rao
Offline Send Email
Dec 1, 2005
1:34 pm
917
... flickr.tags.getListUser will get all the tags for a given user. You can find this documented along with the rest of the API at ...
Trevor Schroeder
the_tschroed
Offline Send Email
Dec 1, 2005
2:12 pm
918
... If you are talking about the entire flickr system, there is no API call to do this. Although, I'm sure some of the flickr network scanner folks, who...
Patrick Berry
pberry
Offline Send Email
Dec 1, 2005
5:41 pm
919
Trying to build something that will showcase random images for a member that belongs to our photography club. Each day a random member will be selected. The...
Michael Tan
tan_mike2002
Offline Send Email
Dec 2, 2005
5:21 am
920
There are no API calls available to do this as far as I'm aware. From a group admin point of view I'd love this feature as well. I'd also like one that lists a...
Sam Judson
wackylabs
Offline Send Email
Dec 2, 2005
9:23 am
921
That's what I suspected - and I can't think of a workaround either. What would be the process to request for such a thing to flickr?...
Michael Tan
tan_mike2002
Offline Send Email
Dec 2, 2005
4:43 pm
922
Couldn't you exhaustively query the group's photo pool for all photos, extract the owner ID from each, and use those IDs to build up a partial list of members?...
Jim Thompson
jcthompson
Offline Send Email
Dec 2, 2005
5:38 pm
923
You can only get the first 500 unfortunately and not all that efficient as you mention especially when the # of photos in there is over 1500. Mike...
Michael Tan
tan_mike2002
Offline Send Email
Dec 2, 2005
5:58 pm
924
... The 500 limit is only per page. flickr.groups.pools.getPhotos /will/ allow you to get all the photos in a group. We know that methods for getting group...
Eric Costello
ericcostello
Online Now Send Email
Dec 2, 2005
6:16 pm
925
Eric beat me to it :). When you make your first call, set the limit to 500 and then check the "pages" attribute. That will tell you how many calls you will...
Dan Coulter
dthought42
Offline Send Email
Dec 2, 2005
6:27 pm
926
Has anyone tried using the Flickr API with ColdFusion? If so, would you be willing to share example code? Thanks! Jake...
sink21
Offline Send Email
Dec 2, 2005
6:48 pm
927
Hi Jake, Geobloggers is/was written in ColdFusion (now being ported to PHP), if you drop me a line off-list I can send over some source code if it's applicable...
Dan Catt
revdancatt
Offline Send Email
Dec 2, 2005
7:37 pm
928
I managed to create an array of all photos within a group by going through all of the pages. Now I really need to get my php skills, or lack of skills, to...
Michael Tan
tan_mike2002
Offline Send Email
Dec 2, 2005
8:22 pm
929
Mike, Try the array_unique() function: http://us2.php.net/manual/en/function.array-unique.php ... -- Dan Coulter http://www.dancoulter.com/ ...
Dan Coulter
dthought42
Offline Send Email
Dec 2, 2005
8:25 pm
930
Nevermind, I was worried about posting code here as I didn't really want to expose the database structure, but I've just edited the queries out of a couple of...
Dan Catt
revdancatt
Offline Send Email
Dec 2, 2005
8:35 pm
931
Thanks, this is what I was able to do... not clean but it works. <?php /* * uses http://www.phpflickr.com */ require_once("phpFlickr/phpFlickr.php"); ...
Michael Tan
tan_mike2002
Offline Send Email
Dec 2, 2005
8:54 pm
932
One note on this - if there are members who never added a photo to the group, then they won't show up obviously. So it's not quite foolproof, but will be...
Michael Tan
tan_mike2002
Offline Send Email
Dec 2, 2005
9:08 pm
933
... Yahoo! Personals Single? There's someone we'd like you to meet. Lots of someones, actually. Yahoo! Personals...
john falcon,jr
flcnjr
Offline Send Email
Dec 4, 2005
6:23 pm
934
Hello, I'd like to delete an API key from my account. It's for a past project and it's possible (likely) that other people saved source that contains this key...
David Jacobs
pdx_davidj
Offline Send Email
Dec 4, 2005
6:29 pm
935
Replying offline....
Stewart Butterfield
dsb26
Offline Send Email
Dec 4, 2005
6:53 pm
936
David, I didn't see one tied to this account: http://www.flickr.com/photos/dj/ - was it tied to another? Or, if it was really old, then we didn't tie them too...
Stewart Butterfield
dsb26
Offline Send Email
Dec 4, 2005
6:55 pm
937
Not quite offline, I see. Carry on ......
Stewart Butterfield
dsb26
Offline Send Email
Dec 4, 2005
7:05 pm
938
I'm seeing a lot of FlickrExport users get Error 108 (Invalid Frob). It strikes me that the only place a frob would be rejected as invalid is in a call to...
Fraser Speirs
fraser_speirs
Offline Send Email
Dec 5, 2005
10:16 am
939
I have seen this problem everytime in my account and so my upload module development is hung. I infact sent a mail and some guys replied that it is...
Mridul Jain
ping2mridul
Online Now Send Email
Dec 5, 2005
10:35 am
940
Haven't found a fix for the problem mentioned in the mails below! Mridul. I used it first time now. Do you have the ruby code snippet via REST? May be I am...
Mridul Jain
ping2mridul
Online Now Send Email
Dec 5, 2005
10:41 am
941
Is there any chance of an API call that would allow the sending of Flickr mail to users or is it just a recipe for spam? The application of it I was thinking...
Gareth Simpson
xurble
Online Now Send Email
Dec 5, 2005
5:02 pm
942
Hi I am looking for api to delet photos in flickr ??? I looked into the photo api .. couldnt locate one.. I have the photo Id , Token with delet permision of...
rajonline1003
Offline Send Email
Dec 5, 2005
9:38 pm
943
The answer is that no, there is no API call to delete photos. I'm not sure if there's one planned at any point in the future or if it's a feature they ...
Dan Coulter
dthought42
Offline Send Email
Dec 5, 2005
10:09 pm
944
... The Ruby code is here: http://premshree.seacrow.com/code/ruby/flickr-ruby-0.3.rb Premshree...
Premshree Pillai
premshree_pi...
Offline Send Email
Dec 6, 2005
2:30 pm
945
I found this thread when looking for a way to sort by "interestingness". Glad to see that the functionality is there! The documentation still needs to be...
brianab716
Offline Send Email
Dec 6, 2005
3:30 pm
Messages 916 - 945 of 5445   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