Get access token from google plus Android
问题 Can anyone tell me what am I doing wrong? I need to get the access token from Google Plus.. I put this in my onConnected() method but I am not getting the access token, instead I am getting error... Code: try { String token = GoogleAuthUtil.getToken(this, mPlusClient.getAccountName() + "", "oauth2:" + Scopes.PLUS_PROFILE + "https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email"); Log.d("AccessToken", token); } catch (UserRecoverableAuthException e) {