Facebook Graph high resolution photos

前端 未结 7 1844
耶瑟儿~
耶瑟儿~ 2021-02-15 09:40

I\'m doing a Facebook Graph API call for \"me/home\" to get the user\'s news feed. As everyone knows, the URL you get in the \"picture\" field is a low resolution photo that doe

7条回答
  •  长情又很酷
    2021-02-15 09:49

    Use this:

    /user_id/?fields=picture.height(961)
    

    It will give the maximum possible resolution picture.

提交回复
热议问题