
muneeba raja - 2015-02-24 12:54:23 -
In reply to message 12 from Manuel Lemos
Thanks, you might know the answer to my question (not regarding oauth). I want to fetch the photos of a user that contain the exif tags only (in flickr). The only way so far is to fetch all the photos of a user first and then call the flickr.photo.getExif for each photo to extract the exif. Now, if the user has only 2 out of 10,000 photos with exif tag, this will still crawl through all the photos before giving the result. Caling the API multiple times make the process terribly slow.
Is there a work around for this?