{"record":{"id":"f2dc57aedd7a92d8","repo":"phacility/phabricator","slug":"expected-valid-json-response-from-facebook-account","errorCode":null,"errorMessage":"Expected valid JSON response from Facebook account data request.","messagePattern":"Expected valid JSON response from Facebook account data request\\.","errorType":"exception","errorClass":"PhutilProxyException","httpStatus":null,"severity":"error","filePath":"src/applications/auth/adapter/PhutilFacebookAuthAdapter.php","lineNumber":83,"sourceCode":"  protected function loadOAuthAccountData() {\n    $fields = array(\n      'id',\n      'name',\n      'email',\n      'link',\n      'picture',\n    );\n\n    $uri = new PhutilURI('https://graph.facebook.com/me');\n    $uri->replaceQueryParam('access_token', $this->getAccessToken());\n    $uri->replaceQueryParam('fields', implode(',', $fields));\n    list($body) = id(new HTTPSFuture($uri))->resolvex();\n\n    $data = null;\n    try {\n      $data = phutil_json_decode($body);\n    } catch (PhutilJSONParserException $ex) {\n      throw new PhutilProxyException(\n        pht('Expected valid JSON response from Facebook account data request.'),\n        $ex);\n    }\n\n    return $data;\n  }\n\n}\n","sourceCodeStart":65,"sourceCodeEnd":92,"githubUrl":"https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/auth/adapter/PhutilFacebookAuthAdapter.php#L65-L92","documentation":"Error \"Expected valid JSON response from Facebook account data request.\" thrown in phacility/phabricator.","triggerScenarios":"Thrown at src/applications/auth/adapter/PhutilFacebookAuthAdapter.php:83 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"5720a38cfe95b00ca4be5016dd0d2f3195f4fa04","analyzedAt":"2026-08-21T05:07:25.672Z","schemaVersion":2},"datasetVersion":"2026-08-21T11:28:35.574Z"}