get picture object from facebook post with graph api

后端 未结 5 1285
情书的邮戳
情书的邮戳 2021-02-05 13:21

I\'m able to get a picture-url from a specific facebook-post through the facebook graph-api (ie https://developers.facebook.com/tools/explorer?method=GET&path=19611830383339

5条回答
  •  南笙
    南笙 (楼主)
    2021-02-05 13:45

    You can access the post image through this (http://graph.facebook.com/{ID of object}/picture) url. You have to pass access_token for getting the object Id.

    https://graph.facebook.com/{Your post ID}?fields=object_id&access_token={app_id}|{app_secret}

提交回复
热议问题