我想在Google Api中使用多个范围来获取电子邮件和个人资料。我尝试了很多范围,例如:
"openid" "email" "profile"
"https://www.googleapis.com/auth/plus.login",
"https://www.googleapis.com/auth/plus.me",
".............................../userinfo.email"
".............................../userinfo.user.phonenumbers.read"
".............................../userinfo.profile",
".............................../user.emails.read"
".............................../plus.profile.emails.read"
只有这一个"https://www.googleapis.com/auth/user.emails.read"
可以工作,而其他的则不能。
当我添加范围".../user.emails.read"
时,它仅在授权页面中显示“查看您的电子邮件地址”。我还希望它显示“知道您在Google上的身份”,我应该使用哪个范围?
ps。我无法发布太多链接,因此请使用“ ....”。