getting high resolution photos that were posted on a page wall/feed

后端 未结 5 980
你的背包
你的背包 2020-12-15 09:58

I\'m getting my page wall with the open graph. And when someone posted a photo, I get it on the JSON

{
     \"id\": \"27888702146_10150369820322147\",
     \         


        
5条回答
  •  既然无缘
    2020-12-15 10:19

    You can do this from the main posts list now using

    /v2.3/105753476132681/posts?limit=5&fields=likes.summary(true),comments.summary(true), attachments
    

    If attachments doesn't work, try full_picture - but that just gave the 100x100 image for me as well.

    Attachments returns a data hash with a 640x480 version of the image at least (not sure what my orig. photo size was)

提交回复
热议问题