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...
917
Trevor Schroeder
the_tschroed
Dec 1, 2005 2:12 pm
... 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 ...
918
Patrick Berry
pberry
Dec 1, 2005 5:41 pm
... 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...
919
Michael Tan
tan_mike2002
Dec 2, 2005 5:21 am
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...
920
Sam Judson
wackylabs
Dec 2, 2005 9:23 am
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...
921
Michael Tan
tan_mike2002
Dec 2, 2005 4:43 pm
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?...
922
Jim Thompson
jcthompson
Dec 2, 2005 5:38 pm
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?...
923
Michael Tan
tan_mike2002
Dec 2, 2005 5:58 pm
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...
924
Eric Costello
ericcostello
Dec 2, 2005 6:16 pm
... 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...
925
Dan Coulter
dthought42
Dec 2, 2005 6:27 pm
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...
926
sink21
Dec 2, 2005 6:48 pm
Has anyone tried using the Flickr API with ColdFusion? If so, would you be willing to share example code? Thanks! Jake...
927
Dan Catt
revdancatt
Dec 2, 2005 7:37 pm
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...
928
Michael Tan
tan_mike2002
Dec 2, 2005 8:22 pm
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...
929
Dan Coulter
dthought42
Dec 2, 2005 8:25 pm
Mike, Try the array_unique() function: http://us2.php.net/manual/en/function.array-unique.php ... -- Dan Coulter http://www.dancoulter.com/ ...
930
Dan Catt
revdancatt
Dec 2, 2005 8:35 pm
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...
931
Michael Tan
tan_mike2002
Dec 2, 2005 8:54 pm
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"); ...
932
Michael Tan
tan_mike2002
Dec 2, 2005 9:08 pm
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...
933
john falcon,jr
flcnjr
Dec 4, 2005 6:23 pm
... Yahoo! Personals Single? There's someone we'd like you to meet. Lots of someones, actually. Yahoo! Personals...
934
David Jacobs
pdx_davidj
Dec 4, 2005 6:29 pm
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...
935
Stewart Butterfield
dsb26
Dec 4, 2005 6:53 pm
Replying offline....
936
Stewart Butterfield
dsb26
Dec 4, 2005 6:55 pm
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...
937
Stewart Butterfield
dsb26
Dec 4, 2005 7:05 pm
Not quite offline, I see. Carry on ......
938
Fraser Speirs
fraser_speirs
Dec 5, 2005 10:16 am
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...
939
Mridul Jain
ping2mridul
Dec 5, 2005 10:35 am
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...
940
Mridul Jain
ping2mridul
Dec 5, 2005 10:41 am
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...
941
Gareth Simpson
xurble
Dec 5, 2005 5:02 pm
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...
942
rajonline1003
Dec 5, 2005 9:38 pm
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...
943
Dan Coulter
dthought42
Dec 5, 2005 10:09 pm
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 ...
944
Premshree Pillai
premshree_pi...
Dec 6, 2005 2:30 pm
... The Ruby code is here: http://premshree.seacrow.com/code/ruby/flickr-ruby-0.3.rb Premshree...
945
brianab716
Dec 6, 2005 3:30 pm
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...