I want to getting "picasa photo" on my site for dynamic users. All kinds of photo public, private
for that i read "Authsub" google api documentation & according to that i write code ....
I use PHP for scripting but it didn't have zend framework...
1st step:- I call "authsubreauest" for token
https://www.google.com/accounts/AuthSubRequest?next=mysite
&scope=http://picasaweb.google.com/data&secure=1&session=1
it rediect to my page with token........
2nd step:- "AuthSubSessionToken" :- A call to this method allows the web application to exchange a single-use token for a session token.
so in 2nd step i am stuck
so anybody know how to use AuthSubSessionToken in php ....
can you give me one of example of coding for AuthSubSessionToken........
thanks,
lucky