我正在尝试获取用户的g +个人资料照片。在javascript中,我将数据范围设置如下:
data-scope="https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.image"
答案 0 :(得分:1)
您实际上不需要userinfo.profile
- plus.login
包含从用户个人资料中获取所有公开信息的权限,包括他们的图片。只需替换userinfo.image
即可。
Google+的所有范围都记录在此处:https://developers.google.com/+/api/oauth
答案 1 :(得分:0)
范围为https://www.googleapis.com/auth/userinfo.profile
有关详细信息,请参阅https://developers.google.com/accounts/docs/OAuth2Login。
答案 2 :(得分:0)
按照link
使用资源image.url您将得到答案