Fatal error: Call to undefined method Facebook::require_add
Posted
by Dimitree
on Stack Overflow
See other posts from Stack Overflow
or by Dimitree
Published on 2010-04-30T12:29:01Z
Indexed on
2010/05/09
14:48 UTC
Read the original article
Hit count: 238
I am trying to set up a basic Facebook application using PHP and an external .swf
this line
$user_id = $facebook->require_login();
creates this error:
Fatal error: Call to undefined method Facebook::require_add() in C:\httpdocs\facebook_application\index.php on line 10
I cannot find the cause of this error...
© Stack Overflow or respective owner