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...
... 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...
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...
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...
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?...
... 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 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...
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...
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...
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...
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"); ...
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...
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, 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...
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...
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...
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...
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...
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 ...
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...