Hi All, I'm working on linked account with youTube & Picasa . Sending two different request for both application.
https://www.google.com/accounts/AuthSubRequest?scope=http://gdata.youtube.com&session=1&secure=0&next=http://www.example.com/linkedAccount.html https://www.google.com/accounts/AuthSubRequest?scope=http://picasaweb.google.com/data&session=1&secure=0&next=http://www.example.com/linkedAccount.html After reciving token I have convert into session token String sessionToken = AuthSubUtil.exchangeForSessionToken (URLDecoder.decode(token, "UTF-8"), null); I have two question regarding that . it will help me to understand & implementation 1. Can i use same tiken for both(youTube & Picasa) application. 2. How can identify this token is from youTube & this token is form Picasa. Thanks in Advance..... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
