我正在尝试获取我所有朋友的所有 ID 以及他们的个人资料图片。我在用着https://graph.facebook.com/me/friends?fields=picture&access_token=[myToken]
我得到这个返回:
{
"data": [
{
"id": "xxx",
"picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/xxx_q.jpg"
}
返回的图片 url 是一个非常小的图像。如何获得更大的图像?