6 messages in com.googlegroups.google-picasa-data-api[PWA API] Re: How to use AuthSubSessi...
FromSent OnAttachments
lucky07 Jul 2008 22:15 
Jeff Fisher (Google)08 Jul 2008 14:43 
Cameron Hinkle08 Jul 2008 15:14 
laxman prasad09 Jul 2008 04:36 
Jeff Fisher (Google)09 Jul 2008 13:20 
Cameron Hinkle09 Jul 2008 13:29 
Subject:[PWA API] Re: How to use AuthSubSessionToken for getting Picasa photo
From:Jeff Fisher (Google) (api.@google.com)
Date:07/08/2008 02:43:15 PM
List:com.googlegroups.google-picasa-data-api

Hi Lucky,

If you're asking about how to sign AuthSub requests we have documentation available here:

http://code.google.com/apis/accounts/docs/AuthSub.html#signingrequests

I'm happy to help with any protocol level questions you have (i.e. you are sending this request, getting this response.) However, handling secure AuthSub without using the Zend Framework is quite the task so I won't be able to offer you code for that, although someone else in the group might have tackled it.

Cheers, -Jeff

On Jul 7, 10:15 pm, lucky <laxm@gmail.com> wrote:

Hi, I want to get picasa photo on my web site for dynamic users. Means any user able to get his photo of picasa on my site &  all kind of i.e personal & public both. so for that i use AuthSub Authentication 1st step:-  i pass url AuthSubRequest

https://www.google.com/accounts/AuthSubRequest?next=mysite &scope=http://picasaweb.google.com/data&secure=1&session=1

so it will redirect to my site with token

2nd step :- . AuthSubSessionToken:- A call to this method allows the web application to exchange a single-use token for a session token. I use AuthSubSessionToken also register my site domain on google i.e. "Registration for Web-Based Applications"

My problem in 2nd step i use that one but it give me error "invalid page"

I am using PHP for coding but i dont have Zend framework.

so anybody know how to use AuthSubSessionToken using PHP without Zend framework for getting dynamic users photo of picasa on my site.

Plz help me....

Thanks, Lucky