vote up 0 vote down star

with the flickr API i want to find out all tags used in one particular set of photos.

i know it's easy to find out all my tags (via flickr.tags.getListUserPopular), but i don't know an easy way to limit the tags to the ones used in a particular set. checking every tag against teh photos in the set is too very slow.

flag

1 Answer

vote up 0 vote down

There isn't a 1 step answer to this but you can get this using the existing APIs. Start with flickr.photosets.getList and flickr.photosets.getInfo APIs to get the list of photos (Photo IDs) in the set you want then use flickr.tags.getListPhoto to get the tags for each of the photos. Then create your tag histogram. These should be all available from any of the language interfaces to flickr.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.