1
votes

After Recent Facebook changes
http://graph.facebook.com/" + facebookId + "/picture?type=square
is downloading image instead of displaying image.

https://graph.facebook.com/118844755560695/picture?type=large

1

1 Answers

0
votes

Do an API request with one of the SDKs and you will get the following JSON:

{
  "data": {
    "is_silhouette": true,
    "url": "https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/HsTZSDw4avx.gif"
  }
}

The url is what you can use for display.