Maybe there is somewhere within simple xml that I can read for the authkey, then I can add it to the feedurl.. still not sure why I may even need it since my token is working.
On Friday, August 10, 2012 2:47:06 PM UTC-4, James Callahan wrote: > > For starters im trying to implement the picasa webalbum into a website. > > Right now for authentication im using this... > > http://code.google.com/p/google-api-php-client/ > > and I got my info for simple xml here... > > http://www.ibm.com/developerworks/library/x-picasalbum/index.html > > Everything works fine how I have it setup... I connect, authenticate with > google, allow them to connect me, then it brings me back and displays my > albums.. > > The issue I have is it only shows the public albums. Even if I add * > ?access=visible* to my url feed it doesn't show my private album. I've > seen people say I need to add *auth* to the feed but I haven't seen an > example of where I can actually find the auth key to put there. > > The site will be pulling the user's info that is logged in so I can't have > anything static to one user. > > If I paste in the URL feed below into a browser " * > http://picasaweb.google.com/data/feed/api/user/$userid?kind=photo* " I > can see a list of all the photos from private and public while im logged > into my google account... if I log out then I can only see the public.. > That makes sense. Now I can add *&access=visible* and that will show me > all... or if I do *$access=public* then it will only show me public > > I don't understand why this doesn't work when im calling it. > > > -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-picasa-data-api/-/F-hJ12N3Z5UJ. 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.
