0

我正在尝试为 iOS 使用 Google 的 OAuth 服务,并将以下范围传递给身份验证机制:

据我所知,登录工作正常(系统提示我输入 Google 凭据);我可以从对象中解析出我的电子邮件GTMOAuth2Authentication,但我的问题是,我如何从“userinfo.profile”中获取数据,即姓名、性别等。

谢谢

4

1 回答 1

3

您可以使用访问令牌通过调用 UserInfo 端点来获取用户的基本配置文件信息。

请参阅https://developers.google.com/accounts/docs/OAuth2Login#userinfocall

于 2013-01-29T21:49:00.477 回答