flickr.photosets.getPhotos "extras" argument
|
July 11, 2006, 03:54 PM
|
|
According to http://www.flickr.com/services/api/flickr.photosets.getPhotos.html the extras argument may contain some extra fields for which information is returned. So if I am right the following url should also return the date the photo was taken:
http://www.23hq.com/services/rest?api_key=666&method=flickr.photosets.getPhotos&photoset_id=604981&extras=date_taken
But it doesn't. Is the "extras" argument not (yet) supported by 23hq.com? Or am I missing something.
Regards, Mathijs
|
|
|
Team 23
July 12, 2006, 10:33 PM
|
|
Sorry, I guess we missed that when we did the flickr api implementation last fall. (Or Flickr might have added it since then, and it has avoided our attention...)
In any case, I'll make sure that we support the extras by the end of this week -- hopefully that's quick enough for you?
/Stc
|
|
|
July 13, 2006, 11:07 AM
|
|
That would be perfect. Thanks!
|
|
|
Team 23
July 16, 2006, 02:41 PM
|
|
Done. (And with more that seven hours to spare!)
|
|
|
July 17, 2006, 10:03 PM
|
|
Thanks! It works as I expected now.
|
|
|