I suggest you read the Java Developer's Guide: http://code.google.com/apis/picasaweb/developers_guide_java.html
You can use the auth token, but that is not necessary. By "using Authentication" I mean using either AuthSub or ClientLogin as documented in the above guide. The username in the feed is always the owner of the photo, not the viewer. Cheers, -Jeff On Tue, Mar 31, 2009 at 4:29 AM, Google data programmer < [email protected]> wrote: > > Hi, > > Thanks for the reply, > > So can i get those albums with picasa java APIs. > > I am using this URL : > http://picasaweb.google.com/data/feed/api/user/userid/albumid/albumid > to get my albums. > > I found this URL from internet: > http://picasaweb.google.com/data/feed/api/user/ > <username>/album/<albumName>?authkey=<some_token> > to get those shared albums. is this correct ? > > If yes, what is correct values for <username> and authkey. I mean > <username> is mine or friend's??? > And where can i find that authkey??? > > What do u mean by "using authentication" ?? > > thanks inadvance... > > On Mar 31, 2:28 am, Jeff Fisher <[email protected]> wrote: > > Yes, you can retrieve unlisted albums that have been shared to you if you > > are using authentication. Those albums will show up in the albums feed > for > > that user and their photos can be retrieved like with any other album. > > > > Cheers, > > -Jeff > > > > On Mon, Mar 30, 2009 at 8:20 AM, Google data programmer < > > > > > > > > [email protected]> wrote: > > > > > Hi, > > > > > Can we work with the shared albums of others using picasa apis. > > > If yes, how ?? Please help me...- Hide quoted text - > > > > - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
