Getting an error with Facebook PHP SDK -> Fatal error: Class 'BaseFacebook' not found on line 25-Collection of common programming errors

I’m getting an error when trying to use Facebook’s PHP SDK to develop a like-gating app. I’ve included facebook.php as advised but it still doesn’t work. Here’s my source code (index.php) calling the SDK, and the only error that I get:


Fatal error: Class ‘BaseFacebook’ not found in /var/www/xxxxx/users/xxxxx/countdown/fangate/facebook.php on line 25

Is there anything wrong in my source code? I’ve been trying to solve this issue for days now… Thanks a lot in advance for the help!