Using facebook graph api how to get news feed with large picture size if the feed type is photo?

后端 未结 7 1737
说谎
说谎 2020-12-13 14:23

Using facebook graph api get News feed: https://graph.facebook.com/me/home?access_token=...

The picture field it returns is all in smallest size, like picture\": \"h

7条回答
  •  -上瘾入骨i
    2020-12-13 14:55

    it returns the smallest size i.e., 130x130. to get the bigger size try replacing that with

    320x320

    480x480

    600x600

    720x720

提交回复
热议问题