如何从 Google Plus 获取大头像?
How to obtain a large profile image from Google Plus?
我试过了:
GET https://www.googleapis.com/plus/v1/people/userid/?fields=image&sz=500&access_token=token
但它只是 returns 一张常规尺寸的图片。
"image": {
"url": "https://lh3.googleusercontent.com/-hSREIXMA6Lg/AAAAAAAAAAI/AAAAAAAAAEU/YJ2222HnViD2/photo.jpg?sz=50",
"isDefault": false
}
我想知道如何获得更大的个人资料图片。
谢谢
德里克
您必须将返回的图像 URL 中的 sz=50
替换为您想要的最大尺寸。
我试过了:
GET https://www.googleapis.com/plus/v1/people/userid/?fields=image&sz=500&access_token=token
但它只是 returns 一张常规尺寸的图片。
"image": {
"url": "https://lh3.googleusercontent.com/-hSREIXMA6Lg/AAAAAAAAAAI/AAAAAAAAAEU/YJ2222HnViD2/photo.jpg?sz=50",
"isDefault": false
}
我想知道如何获得更大的个人资料图片。
谢谢
德里克
您必须将返回的图像 URL 中的 sz=50
替换为您想要的最大尺寸。