I\'m trying to get the minimal example
using Facebook\\FacebookSession; FacebookSession::setDefaultApplication(\'YOUR_APP_ID\',\'YOUR_APP_SECRET\'); // Use
just put this on include page:
require DIR . '/path/to/facebook-php-sdk-v4/autoload.php';
Also call the class before use, each time you need:
use Facebook\FacebookSession;