Google OAuth2无效

时间:2016-03-02 23:15:01

标签: android oauth-2.0 google-oauth google-authentication

我的Android应用程序需要访问Web客户端。所以我正在使用

<canvas id="myCanvas" width="300" height="80"></canvas>
<div>
  <button>Click here to begin demo</button>
</div>

获取令牌,其中token = GoogleAuthUtil.getToken(getApplicationContext(), accountName, scopes); scope类型的Client ID。这种方法适用于我继承的应用程序。同一台服务器需要与不同的应用程序通信。所以我使用相同的方法。但我一直在

Web application

所以我唯一能想到的是我需要使用google开发者控制台com.google.android.gms.auth.GoogleAuthException: Unknown com.google.android.gms.auth.GoogleAuthUtil$1.zzam(Unknown Source) com.google.android.gms.auth.GoogleAuthUtil$1.zzan(Unknown Source) com.google.android.gms.auth.GoogleAuthUtil.zza(Unknown Source) com.google.android.gms.auth.GoogleAuthUtil.zza(Unknown Source) com.google.android.gms.auth.GoogleAuthUtil.getToken(Unknown Source) com.google.android.gms.auth.GoogleAuthUtil.getToken(Unknown Source) com.google.android.gms.auth.GoogleAuthUtil.getToken(Unknown Source) 注册新应用的包名。那是准确的吗?范围的格式为https://console.developers.google.com/apis/。否则,是否有一个地方我应该用android app注册秘密?

0 个答案:

没有答案