Search code examples
facebookfacebook-graph-api

List of Facebook error codes


I'm looking for a list of all Facebook can return when you try to fetch infos using Graph API. Can anyone help?

Facebook returns a 400 HTTP error, and a JSON content like:

{
   "error": {
      "type": "OAuthException",
      "message": "Invalid OAuth access token signature."
   }
}

I'm searching the different returns of the same kind it is possible to get.


Solution

  • There seems to be a list now for the errors.

    I posted answer for the same question here: Facebook Graph API error code list

    (I found the list here https://developers.facebook.com/docs/graph-api/using-graph-api/error-handling)