Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 261
Alexis Dufrenoy Avatar asked Dec 03 '10 17:12

Alexis Dufrenoy


People also ask

What is error code 10 on Facebook?

Error: (#10) This endpoint requires the 'manage_pages' or 'pages_read_engagement' permission or the 'Page Public Content Access' feature.

What is an OAuthException error on Facebook?

OAuthException: If you receive an OAuthException error, it means that Edgar doesn't have the correct permissions to access your Facebook accounts right now. The password may have been changed on Facebook or Facebook may have reset your security session.

What is error code 200 Facebook?

This error usually means that Post Planner has not been granted full permission to publish to your Facebook Group or Page. If the Error #200 is occurring strictly on your Group posts, the first step is to authorise Post Planner for your Group.

What is Fbtrace_id?

fbtrace_id : Internal support identifier. When reporting a bug related to a Graph API call, include the fbtrace_id to help us find log data for debugging.


1 Answers

Facebook used to have this published somewhere, but for whatever reason it was removed. But you can find the full list here: http://www.takwing.idv.hk/tech/fb_dev/faq/general/gen_10.html

like image 120
Amith Avatar answered Sep 22 '22 18:09

Amith