我正在尝试为 iOS 使用 Google 的 OAuth 服务,并将以下范围传递给身份验证机制:
- https://www.googleapis.com/auth/plus.me
- https://www.googleapis.com/auth/userinfo.email
- https://www.googleapis.com/auth/userinfo.profile
据我所知,登录工作正常(系统提示我输入 Google 凭据);我可以从对象中解析出我的电子邮件GTMOAuth2Authentication
,但我的问题是,我如何从“userinfo.profile”中获取数据,即姓名、性别等。
谢谢