Search code examples
flickr

Sorting a photoset with the Flickr API


Is there a simple way to sort a photset in reverse chronological order (i.e. "Arrange by date taken (newest first)" using the Flickr API rather than the edit interface?


Solution

  • You can fetch the date_taken field when you call getPhotos, and then sort the results yourself...