Hi,

ClientLogin is not available for orkut, but if OAuth works for you,
you could take a look at the orkut-os-client – 
http://code.google.com/p/orkut-os-client/.

Prashant

On Jul 9, 2:27 am, exclai...@gmail.com wrote:
> I am trying to fetch an album of a user who has successfully logged
> into the Orkut using Google ClientLogin.
>
> I am getting the response from the google with Auth key..
>
> How do I use this key to fetch albums? I tried sending Authenticated
> HTTP by putting this Auth key in http headers
> like "Authorization: GoogleLogin auth=" + authKey
>
> HttpWebRequest req = (HttpWebRequest)WebRequest.Create(url); // where
> url ishttp://sandbox.orkut.gmodules.com/social/rest/userid=
>
> When I am sending this response, I am getting 401 (Un-authorized) even
> though I am putting Auth token in HTTP request.
>
> Any idea? Where am I making mistake?

-- 
You received this message because you are subscribed to the Google Groups 
"orkut Developer Forum" group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.

Reply via email to