The documentation specifies that the 'photos = gd_client.GetUserFeed (kind='photo', limit='10')' retrieves the last 10 photos uploaded by the username specified. That's why I was thinking it would work that way. -Ray
On Dec 12, 12:58 pm, "Jeff Fisher (Google)" <[email protected]> wrote: > I think this is just because there needs to be a way to specify a sort > order on API requests: > > http://code.google.com/p/gdata-issues/issues/detail?id=280 > > You can star the issue for updates on it. > > Cheers, > -Jeff > > On Dec 12, 10:43 am, ray <[email protected]> wrote: > > > I'm trying to use the Python API to get a list of recent photos, using > > the following: > > > photos = gd_client.GetUserFeed(kind='photo', limit='10') > > > The photos that are returned in the feed are not the latest photos. > > I've verified that when accessing the feed manually > > (usinghttp://picasaweb.google.com/data/feed/api/user/<my username>/? > > kind=photo), the latest photos are indeed returned. > > > Any idea if its something I'm doing, or an existing issue? > > > Thanks, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Picasa-Data-API?hl=en -~----------~----~----~----~------~----~------~--~---
