I\'m trying to get the minimal example
using Facebook\\FacebookSession; FacebookSession::setDefaultApplication(\'YOUR_APP_ID\',\'YOUR_APP_SECRET\'); // Use
I solved it. Just use following line at the top of your script:
define('FACEBOOK_SDK_V4_SRC_DIR', __DIR__ . '/facebook-php-sdk-v4/src/Facebook/');
and you are done.