【发布时间】:2017-11-03 19:38:29
【问题描述】:
我使用应用程序 android 并在发出请求时获取令牌:
oauth2:server:client_id:xxxxxx.apps.googleusercontent.com:api_scope:profile email openid
之后,我想在 Web 服务器上获取有关此令牌的信息。 我正在尝试使用: https://www.googleapis.com/oauth2/v1/userinfo?alt=json&access_token=xxx
但我无法获取数据,我该如何获取?
【问题讨论】:
标签: google-oauth google-plus-signin