Facebook Graph high resolution photos

前端 未结 7 1832
耶瑟儿~
耶瑟儿~ 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:42

    None of the above worked for me, asking for field attachments solved it

    &fields=picture.type(large),attachments
    

提交回复
热议问题