I\'m experimenting with SammyK/LaravelFacebookSdk.
Trying to run this line from example:
$response = Facebook::get(\'/me?fields=id,name,email\', \'user-access-token\');
I've get the same problem.
Changing indexes won't work for me, but I've found a workaround. Installing php-curl extension switches a whole workflow thru cURL, so the problem is vanished.