Namespace error in PHP
include("includes/facebook/autoload.php");
$fb = new Facebook\Facebook([
'app_id' => '',
'app_secret' => '',
'default_graph_version' => 'v2.2',
]);
give me error ::
Fatal error: Namespace declaration statement has to be the very first statement.
it says error in Facebook.php when i included autoload.php