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

后端 未结 7 1739
说谎
说谎 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条回答
  • you can make a extra request with the [object_id] of the post entry

    $res = $facebook->api('/yourid', 'GET', $params);
    
    0 讨论(0)
提交回复
热议问题