Skip to content

Instantly share code, notes, and snippets.

@raulmangolin
Last active December 20, 2021 10:45
Show Gist options
  • Save raulmangolin/15cdb268f2f9260ec019582902fde351 to your computer and use it in GitHub Desktop.
Save raulmangolin/15cdb268f2f9260ec019582902fde351 to your computer and use it in GitHub Desktop.
Facebook Error Codes
Code Message Info
0 Success
1 API Unknown Possibly a temporary issue due to downtime. Wait and retry the operation. If it occurs again, check you are requesting an existing API.
2 API Service Temporary issue due to downtime. Wait and retry the operation.
3 Unknown method
4 API Too Many Calls Temporary issue due to throttling. Wait and retry the operation, or examine your API request volume.
5 Unauthorized source IP address
8 This method requires an HTTPS connection
9 User is performing too many actions
10 API Permission Denied Permission is either not granted or has been removed. Handle the missing permissions.
11 This method is deprecated
12 This API version is deprecated
17 API User Too Many Calls Temporary issue due to throttling. Wait and retry the operation, or examine your API request volume.
100 Several issues Invalid parameter. Page ID has changed. Too many IDs...
101 Invalid API key
102 API Session If no subcode is present, this means that the login status or access token has expired, been revoked, or is otherwise invalid. Get a new access token. If a subcode is present, see the subcode.
104 Incorrect signature
105 The number of parameters exceeded the maximum for this operation
110 Invalid user id
111 Invalid user info field
112 Invalid user field
120 Invalid album id
121 Invalid photo id
144 Malformed JSON string
180 This notification was not delieved
190 Access token has expired Get a new access token.
200-299 API Permission (Multiple values depending on permission) Permission is either not granted or has been removed. Handle the missing permissions.
341 Application limit reached Temporary issue due to downtime or throttling. Wait and retry the operation, or examine your API request volume.
368 Temporarily blocked for policies violations Wait and retry the operation.
458 App Not Installed The user has not logged into your app. Reauthenticate the user.
459 User Checkpointed The user needs to log in at https://www.facebook.com or https://m.facebook.com to correct an issue.
460 Password Changed On iOS 6 and above, if the person logged in using the OS-integrated flow, they should be directed to Facebook OS settings on the device to update their password. Otherwise, they must login to the app again.
463 Expired Login status or access token has expired, been revoked, or is otherwise invalid. Handle expired access tokens.
464 Unconfirmed User The user needs to log in at https://www.facebook.com or https://m.facebook.com to correct an issue.
467 Invalid access token Access token has expired, been revoked, or is otherwise invalid. Handle expired access tokens.
500 Message contains banned content
501 Missing message body
502 Message is too long
505 Invalid message recipient
506 Duplicate Post Duplicate posts cannot be published consecutively. Change the content of the post and try again.
700 Unknown failure in storing ref data. Please try again.
750 Unknown Facebook application integration failure.
751 Fetch from remote site failed.
950 Each batch API can not contain more than 20 items
953 This method is not allowed in batch mode.
1000 Invalid time for an event.
1001 You are no longer able to change the name of this event.
1609005 Error Posting Link There was a problem scraping data from the provided link. Check the URL and try again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment