如何找到Google+的OAuth密钥?

时间:2012-09-09 13:11:07

标签: android oauth

根据此tutorial,密钥位于消费者ID下方,但我的控制台中只有消费者ID。

如果我将clientSecret字段留空  GoogleAuthorizationCodeGrant(HttpTransport transport, JsonFactory jsonFactory, String clientId, String clientSecret, String code, String redirectUri)  我收到400错误的请求错误

我在哪里可以找到密钥?

这就是我的控制台的样子: enter image description here

1 个答案:

答案 0 :(得分:0)

为什么不使用简单API访问密钥use Android's AccountManager

如果您希望以示例中的手动方式执行此操作,只需为其他类型的已安装应用程序生成客户端凭据。

将来会有Google's Play Services,这将提供一种使用应用程序签名访问Google API的更安全方式,并且不需要客户端密码。