YourDirector
04-11-2012, 12:37 PM
Hey everyone,
I'm just starting to play around with the Facebook Graph API and have very quickly run into a problem.
As far as I understand it, I need to retrieve the data from said FB page using something like the following:
$feed = http_get("https://graph.facebook.com/PAGENAME?access_token=ACCESSTOKEN");
However, if I run that I simply get:
Fatal error: Call to undefined function: curl() in...
I've checked and PECL is enabled as I've heard this error can be caused by that being false.
Any ideas? Thanks
I'm just starting to play around with the Facebook Graph API and have very quickly run into a problem.
As far as I understand it, I need to retrieve the data from said FB page using something like the following:
$feed = http_get("https://graph.facebook.com/PAGENAME?access_token=ACCESSTOKEN");
However, if I run that I simply get:
Fatal error: Call to undefined function: curl() in...
I've checked and PECL is enabled as I've heard this error can be caused by that being false.
Any ideas? Thanks