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.