Facebook login issue
When attempting to login with Facebook but not being logged in with it (basically, having to input the Facebook credentials), the oauth callback url stays blank but refreshing it shows the login worked.
The error log shows this: ERROR - 2015-06-11 08:27:10 --> Severity: Warning --> file_get_contents(https://graph.facebook.com/oauth/access_token) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request [/...]/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/StreamClient.php 63
Is this a Facebook problem or a library problem?
Looks like a library issue. Can you please bring here your script?
I have same issue php 5.5.9
my fix
$serviceFactory = new \OAuth\ServiceFactory();
$serviceFactory->setHttpClient(new \OAuth\Common\Http\Client\CurlClient());
Does it happens on updated library?