Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to open https://picasaweb.google.com/home in a Webview, as a user who already has credentials stored with AcountManager. I do not want the user to have to enter his credentials again.

I have found posts suggesting that I can use AccountManager to get authtoken and then somehow insert it in Webview request, but cannot figure out how to do it exactly. Is this possible?

share|improve this question
Two other similar questions: stackoverflow.com/questions/12906570/… and stackoverflow.com/questions/10101030/… They get their token from facebook, but want to do the same thing as you. It does not look like it's possible to do this. – nibarius Dec 20 '12 at 8:24

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.