Facebook Graph high resolution photos

前端 未结 7 2513
余生分开走
余生分开走 2021-02-15 09:18

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 10:08

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

    &fields=picture.type(large),attachments
    
    0 讨论(0)
提交回复
热议问题