【发布时间】:2012-06-10 13:02:44
【问题描述】:
根据 google+ documentation 只有一个范围 https://www.googleapis.com/auth/plus.me ,但此范围不包含用户的电子邮件地址。如何使用 google+ API 获取用户的电子邮件
【问题讨论】:
-
可能是 google+ API 不支持对用户电子邮件地址的请求??
标签: php google-plus
根据 google+ documentation 只有一个范围 https://www.googleapis.com/auth/plus.me ,但此范围不包含用户的电子邮件地址。如何使用 google+ API 获取用户的电子邮件
【问题讨论】:
标签: php google-plus
为了获取用户的电子邮件地址,您必须在访问请求中添加以下范围:https://www.googleapis.com/auth/userinfo.email
【讨论】: