We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
A new installation of the SDK, I'm getting Error: Undefined offset: 1 on facebook login during the callback.
Script file referenced is vendor\facebook\graph-sdk\src\Facebook\Http\GraphRawResponse.php
Line 108
Below code in the graph sciprt file:
public function setHttpResponseCodeFromHeader($rawResponseHeader) { preg_match('|HTTP/\d\.\d\s+(\d+)\s+.*|', $rawResponseHeader, $match); $this->httpResponseCode = (int)$match[1]; }
Does anyone have a suggestion for fixing this?
The callback itself comes as https://mywebsite/facebook/callback?code=
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
A new installation of the SDK, I'm getting Error: Undefined offset: 1 on facebook login during the callback.
Script file referenced is
vendor\facebook\graph-sdk\src\Facebook\Http\GraphRawResponse.php
Line 108
Below code in the graph sciprt file:
Does anyone have a suggestion for fixing this?
The callback itself comes as https://mywebsite/facebook/callback?code=
Thanks
The text was updated successfully, but these errors were encountered: