We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d811ada commit b5ec180Copy full SHA for b5ec180
src/Facebook/Exceptions/FacebookResponseException.php
@@ -70,7 +70,6 @@ public static function create(FacebookResponse $response)
70
{
71
$data = $response->getDecodedBody();
72
73
-
74
if (!isset($data['error']['code']) && isset($data['code'])) {
75
$data = ['error' => $data];
76
}
0 commit comments