How to make AccountManager (authtoken) and OpenID work together (without AppEngine)?
问题 I am making an Android app which should be able to get data from a web service (which is not part of GAE). Users are able to log in to web service through their browser by using OpenId (only Google accounts are allowed). AccountManager can give me authtoken. I could save this authtoken on my server, together with user's google account name (email) and then use this account name to connect his openid login with app registration. But this does not solve anything because I have no way to verify