I lost my evening on this and I feel like I need somebody other to check this, I'm probably completely blind.
define('FACEBOOK_SDK_V4_SRC_DIR', '/var/www/rateanything/facebook-sdk/src/Facebook');
require('/var/www/rateanything/facebook-sdk/autoload.php');
use Facebook;
FacebookSession::setDefaultApplication('my_app_id', 'my_app_secret');
$session = new FacebookSession($fbtoken);
$request = new FacebookRequest($session,'GET','/me?fields=email,name,gender');
Why this is not duplicate: Because that question has not this error. I'm getting this parse error.
I'm using PHP 5.4.