来自 Google OAuth API 的姓名、电子邮件和其他个人资料信息
一旦用户使用 google oauth 登录,我想要用户的姓名、电子邮件和其他个人资料信息。
顺便说一句,如果我使用
https://www.googleapis.com/auth/userinfo.email
作为范围,它会给我用户电子邮件 ID 如果我使用
https://www.googleapis.com/auth/userinfo.profile ,它会给我其他信息,如 url 和图像等。
但是我如何使用这样的 API 范围来获取电子邮件和其他相关信息呢?
I want both name , email and other profile information for a user once he/she logs in using google oauth.
incidentally , if I use
https://www.googleapis.com/auth/userinfo.email
as the scope , it will give me the user email id
and if I use
https://www.googleapis.com/auth/userinfo.profile , it will give me other info like url and image etc.
But how can I get both the email and other relevant information using one such API scope?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需用“+”分隔符将它们连接起来,作为“scope”参数。
请参阅 http://code.google.com/intl/ ja/apis/accounts/docs/OAuth2WebServer.html#formingtheurl
just join them with "+" separator, as `scope' parameter.
see http://code.google.com/intl/ja/apis/accounts/docs/OAuth2WebServer.html#formingtheurl