Fatal error: Uncaught Error: Call to undefined method FacebookFacebook::getUser()
Here is my code to get the user information and verify it from my database. <?php require_once ("autoload.php"); include_once 'config.php'; $facebook = new FacebookFacebook(array( 'app_id' => FACEBOOK_APP_ID, 'app_id' => FACEBOOK_APP_ID, 'cookie' => true, )); $parm = array( 'scope' => 'read_stream,…