【发布时间】:2014-03-10 19:22:54
【问题描述】:
我想使用 Google OAuth 登录方法,就像 Stack Overflow 一样。
但根据OAuth 2.0 for client-side web applications,范围参数是必需的。
scope (required) URL identifying the Google service to be accessed.
See the documentation for the API you'd like to use for what scope to specify.
To specify more than one scope, list each one separated with a space.
那么 Stack Overflow 使用什么范围?
Stackoverflow.com is asking for some information from your Google Account.
To see and approve the request, sign in.
【问题讨论】:
标签: authentication oauth oauth-2.0