List of Facebook error codes

后端 未结 5 1728
南笙
南笙 2021-01-30 16:58

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 li

5条回答
  •  梦谈多话
    2021-01-30 17:08

    In case Takwing's copy ever comes down, here's another copy: http://fbdevwiki.com/wiki/Error_codes

    These codes were primarily for the REST API, but they do also come up with the Graph API. Some of the Graph API calls have underlying FQL calls that return the FQL error codes. And the direct FQL queries are still part of the currently accepted API.

    Update: I'm trying to keep this list up-to-date. Please feel free to make changes as you encounter new errors.

提交回复
热议问题