我正在试图获得用户的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"
但是,"https://www.googleapis.com/auth/userinfo.image"是一个无效的作用域。
您实际上不需要userinfo.profile
—plus.login
包含从用户的个人资料中获取所有公共信息的权限,包括他们的照片。只要替换userinfo.image
就可以了。
Google+的所有作用域都记录在这里:https://developers.google.com/+/api/oauth
范围为https://www.googleapis.com/auth/userinfo.profile
点击链接
使用资源图像。Url你会得到你的答案