Ryan, This helps quite a bit. I'm sorry for not getting back earlier, but I've been working on other features. I've decided to go with the Zend framework because I'm going to use it for calendar integration as well. You mention something about session tokens - ideally I do not want to hardcode my username/password into the file. What is the best way to get authorized to view unlisted albums yet not have to log in (i.e. not all users have google accounts)?
Thanks, Ryan K On Aug 27, 10:46 am, "Ryan Boyd (Google)" <[EMAIL PROTECTED]> wrote: > Hi Ryan, > > The easiest way to do this would be to do authenticated retrieval of > your photo feed if you're trying to list all albums, including > unlisted albums. Since you wouldn't be asking users to enter their > credentials, you could use ClientLogin to do this, by hard-coding your > username/password int your script. I believe this can be done using > the library you're already using. > > If you're concerned about having your Google account username/password > in code on your server, you could also manually get a ClientLogin > token or AuthSub session token and store that in the code instead-- > this would also be slightly more performant than calling the > ClientLogin service with every page load. Let us know if you need > help manually obtaining one of the oauth tokens to use in your code. > > Does this help? > > Cheers, > -Ryan > > On Aug 26, 4:05 pm, Ryan K <[EMAIL PROTECTED]> wrote: > > > I am creating a website that will have a photo gallery in it. I have > > created an account on Picasa to host my pictures, and am using a 3rd > > party API to interface with Picasa's API, which can be found here: > > >http://cameronhinkle.com/blog/id/3696159074811309536 > > > Users would be authenticated on my site through their own username/ > > password combination not associated with Google. I would like to be > > able to have unlisted and public albums viewable on my site. > > Currently, I am only able to get public albums to be viewed. I have > > an authkey for the album, but do I need a separate authkey for each > > album? If the Zend framework is capable of doing this, I will gladly > > switch to the Zend framework if I can display both public and unlisted > > albums on my webpage without having people sign in to Google (as most > > will not have Google accounts). > > > Thanks, > > Ryan --~--~---------~--~----~------------~-------~--~----~ 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 Google-Picasa-Data-API@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---