Question about the Flickr APITuesday, August 21, 2007 by Dave Winer. Popping the stack of pending projects, I want to write an app that creates and maintains a backup copy of all the pictures I've uploaded to Flickr. This will make Flickr more valuable, it will become the user interface for my photo archiving system. I've been staring at the docs for the Flickr API and can't find a way to loop over all my pictures. I must be missing something obvious. I found flickr.photos.getNotInSet, that returns a list of photos that are not part of a set. That will possibly be helpful. Not sure what the format of a "unix timestamp" is. If anyone has an idea, please post a comment here. Zach Beane has a clue. Use the search verb, look for nothing. Loop over the pages of results. Sounds good. |