Trying to GET an image using its id with Facebook graph API

140 views Asked by At

I have been trying to issue an HTTP request to GET an image from Facebook Graph API, i entered the following command into the graph API Explorer:

https://graph.facebook.com/v2.5/{picture-id}/picture

I got the following results:

{
  "data": {
    "is_silhouette": true,
    "url": "https://fbstatic-a.akamaihd.net/rsrc.php/v2/y6/r/_xS7LcbxKS4.gif"
   }
}

I made sure from the image id, and i was able to get its url using inspect element. Thanks for any help!!

0

There are 0 answers