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?
You can fetch the date_taken
field when you call getPhotos, and then sort the results yourself...