Hi, try using "default" for the user parameter of GetUserFeed. This will reveal if you are having login difficulties. Also change account_type to be 'GOOGLE', since Picasa Web Albums is not supported for Google Apps domains.
Cheers, -Jeff On Mon, Mar 9, 2009 at 2:12 AM, Daniele Favara <[email protected]> wrote: > > Hi all, > > i can't get private albums in photo service feeds, here the way to > reproduce the issue. > > Note that i do not have any public album. > > >>> import gdata.photos.service > >>> gd_client = gdata.photos.service.PhotosService(email=" > [email protected]", > ... password = "mypass", > ... account_type = > 'HOSTED_OR_GOOGLE') > <gdata.photos.service.PhotosService object at 0xbdcb0> > >>> gd_client.ProgrammaticLogin() > >>> gd_client.GetClientLoginToken() > 'xxx.....' > >>> ulist=gd_client.GetUserFeed(user="muyser.name") > >>> ulist.entry > [] > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
