Facebook how to get actual photo URL using Graph API?

后端 未结 5 878
囚心锁ツ
囚心锁ツ 2021-02-05 11:44

It is possible to get the actual image url of a Facebook image using the Graph api??

For instance, for the below photo http://www.facebook.com/photo.php?fbid=3577553076

5条回答
  •  终归单人心
    2021-02-05 12:05

    Request the field attachments, where you will find the original image.

    &fields=picture.type(large),attachments
    

提交回复
热议问题