最好是显示过期时间和授权资源的东西。
问问题
6928 次
2 回答
9
您可以使用 Google OAuth 2.0 Playground 来检查 auth dance 中的步骤。例如,单击设置图标将授权 URL 更改为 Facebook 的。
于 2012-06-18T05:57:07.200 回答
5
基本上相当于 fb 的 debugtoken 的是 GET 调用:https ://www.googleapis.com/oauth2/v3/tokeninfo?access_token=
更多信息在这里:https ://developers.google.com/identity/protocols/OAuth2UserAgent
于 2017-07-11T01:26:09.523 回答