
Untitled
By: a guest on
May 5th, 2012 | syntax:
None | size: 1.00 KB | hits: 20 | expires: Never
Error SDK Facebook
(!) Fatal error: Uncaught exception 'Exception' with message 'Facebook needs the PHP CURL extension.' in C: wamp www base_facebook.php on line 19
(!) Exception: Facebook needs the PHP CURL extension. in C: wamp www base_facebook.php on line 19
Call Stack
# Time Memory Function Location
1 0.0026 367088 {main} () .. convite.php: 0
2 0.0043 390976 require_once ('C: wamp www facebook.php') .. convite.php: 7
3 0.0100 644736 require_once ('C: wamp www base_facebook.php') .. facebook.php: 18
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
Facebook Invite Friends <title> PHP Example </ title>
</ head>
<body>
<php
require_once 'facebook.php';
require_once 'base_facebook.php';
UseGraphAPI ();
invite1 InviteFriends $ = new ();
$ invite1-> SetMainTitle ("Photo Mania");
$ invite1-> setContent ("Invite all your friends");
$ invite1-> Render ();
?>
</ body>