Facebook Graph high resolution photos

前端 未结 7 2509
余生分开走
余生分开走 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
    

提交回复
热议问题