I found the solution.. yippie
We just need to set an variable.
String authString = "GoogleLogin auth=";
authString += authToken;
header.setValue("Authorization", authString);Here authToken contains actual value string of auth. header is variable of HTTP request header. Have fun On Dec 19, 2:38 pm, "[email protected]" <[email protected]> wrote: > Hi, > My question is also same. how to send AuthSub alongwith our request ti > picasa api. Nothing is mentioned anywhere about this. > > On Dec 17, 3:08 am, "Jeff Fisher (Google)" <[email protected]> > wrote: > > > If you use 'default' in place of the username you can retrieve their > > feeds without knowing who they are as long as you have a valid AuthSub > > token. > > > Cheers, > > -Jeff > > > On Dec 15, 3:59 am, "[email protected]" > > > <[email protected]> wrote: > > > HI friends, > > > > My question is i got user auhenticated received token and created got > > > sessiontoken from it. > > > > how will i access to user album without userid and with token id. > > > > Your help will be highly appreciated. > > > > Regards > > > Praveen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" 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/Google-Picasa-Data-API?hl=en -~----------~----~----~----~------~----~------~--~---
