1
|
Abhishek Chaniyara · 技术社区 · 6 年前 |
![]() |
1
2
由于google plus API被弃用,我们必须将应用程序从google plus身份验证迁移到google auth。你的问题的解决办法在下面。 Google的People API将帮助您获得所需的详细信息 link https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/contacts https://www.googleapis.com/auth/contacts.readonly https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/profile.agerange.read https://www.googleapis.com/auth/profile.language.read https://www.googleapis.com/auth/user.addresses.read https://www.googleapis.com/auth/user.birthday.read https://www.googleapis.com/auth/user.phonenumbers.read https://www.googleapis.com/auth/user.emails.read 您需要准确地请求所需的字段。“性别”和“生日”字段可能是对您最重要的字段,但还有其他字段可用。您将得到一个可能值的数组,每个值都指示其来源。您可能需要“profile”的源类型,但您当然可以评估其他类型。 因此,如果您向
|
![]() |
ajayv · 在谷歌令牌模型中,如何处理访问令牌到期和谷歌登录状态? 2 年前 |
![]() |
elmazzun · 我应该为我的web应用程序创建多少客户端ID? 6 年前 |
![]() |
user9465677 · GMAIL api的增量身份验证 6 年前 |