【发布时间】:2014-07-16 18:42:50
【问题描述】:
我正在尝试从 Google API 获取 birthday,但在 HWIOAuthBundle 中检索到的数据不包含它。
我想知道 config.yml 中google plus api 的指定范围是否正确!
如果不是,请给出链接或更正范围。
google:
type: google
client_id: %client_id%
client_secret: %secret_id%
scope: "https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile"
paths:
email: email
profilepicture: picture
【问题讨论】:
标签: symfony google-api google-plus google-oauth hwioauthbundle