Forum Discussion
jocms
8 years agoNew Member
DataSource.Error when I try to get Facebook profile picture
This is the response from Facebook Graph Explorer: {
"data": {
"height": 200,
"is_silhouette": false,
"url": "https://scontent.xx.fbcdn.net/v/t1.0-1/p200x200/picture.png",
"widt...
parry2k
Super User
8 years agotry this, go to advance editor and wrap everything in json.document function
Json.Document(Facebook.Graph.....)
and see if it works.
jocms
8 years agoNew Member
I try the Json.Document wrap but it did not work. :smileysad:
Facebook Graph is not part of the selection list.
I follow this tutorial but I edit the Source (guiding me from the Graph API Reference) to obtain the data I need. So far almost everything has worked except for this profile image API that returns a different JSON structure.