来自 Google OAuth API 的姓名、电子邮件和其他个人资料信息

发布于 2024-12-16 17:03:17 字数 437 浏览 4 评论 0原文

一旦用户使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷路的信 2024-12-23 17:03:17

只需用“+”分隔符将它们连接起来,作为“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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文