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 is http://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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.

Reply via email to