You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
Error message is: ErrorException Undefined array key 1
After tracing, I found that the error came from vendor/facebook/graph-sdk/src/Facebook/Http/GraphRawResponse.php:109
I try to use var_dump print $rawResponseHeader value, the content is HTTP/2 200
I think it is because the content does not match the pattern of preg_match, which causes the error.
I am very confused, because I tried to create two Facebook applications, the first time was successful, but the second application encountered this problem.
The text was updated successfully, but these errors were encountered:
I want get user info, so I try use:
Error message is:
ErrorException Undefined array key 1
After tracing, I found that the error came from
vendor/facebook/graph-sdk/src/Facebook/Http/GraphRawResponse.php:109
I try to use
var_dump
print$rawResponseHeader
value, the content isHTTP/2 200
I think it is because the content does not match the pattern of preg_match, which causes the error.
I am very confused, because I tried to create two Facebook applications, the first time was successful, but the second application encountered this problem.
The text was updated successfully, but these errors were encountered: