[android-developers] Valid google account OAuth 2 token in Android

2012-03-22 Thread Oleksandr Andriichenko
I have a problem with google account OAuth 2 tokens. We need token for access account information (numeric id, email, user name) After request getAuthToken(account, SCOPE, options, mContext, getAuthTokenCallback, null) in AccountManager, token is not available for access to account information.

Re: [android-developers] Valid google account OAuth 2 token in Android

2012-03-22 Thread Nikolay Elenkov
On Wed, Mar 21, 2012 at 2:23 AM, Oleksandr Andriichenko oleksandr.andriiche...@gmail.com wrote: I have a problem with google account OAuth 2 tokens. We need token for access account information (numeric id, email, user name) After request getAuthToken(account, SCOPE, options, mContext,