2
votes

How to get the facebook profilePic url. with facebook graph below given facebook profile getting downloaded in the browser but not showing in the browser. I just need like image url({path}.png or jpg).

https://graph.facebook.com/101593087796313/picture?type=square (downloading the image)

I need to get the image url.

Any help on this much appreciated.

Thanks, Syamala.

1
It downloads the image, if you click directly on a link like above. Put it into the src attribute of an img element, then it should work: jsfiddle.net/jfart45904FS
@04FS it doesn't workLeandro Bardelli

1 Answers

0
votes

https://developers.facebook.com/docs/graph-api/reference/v3.3/user/picture

Set the redirect parameter to false if you just want to get the url as JSON.