posted
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in php
include("includes/facebook/facebook.php");
$fb = new \Facebook\Facebook([
'app_id' => '{app-id}',
'app_secret' => '{app-secret}',
'default_graph_version' => 'v2.8',
//'default_access_token' => '{access-token}', // optional
]);
i got error
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in php