I’m working on an Android app using the Windows Live services which uses OAuth2 authentication, therefore I don’t have access to the users password. I would like to add the users account to the Android account manager but since I don’t have access to the users password, its a spot of problem sticking to the default flow of the account manager i.e. to re-login the user if the auth token is no longer valid. Has anybody built an Android app that uses the account manager for a service that uses OAUth2 for verification? If so how did you handle this?
Share
This is certainly doable. From the Android AccountManager documentation: