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.
Due to Facebook SDK 5.x use guzzle version 5. So downgrade the guzzle library will workaround
$ composer require guzzlehttp/guzzle:~5.0