Skip to content
Advertisement

Graph returned an error: (#200) Permissions error

when I publish a post to my page, it’s working fine, but when I post to page through set page ID instead of “me”, the response as the following: Graph returned an error: (#200) Permissions error the source code as the following:

JavaScript

Advertisement

Answer

Most likely, you are not using a Page Token with the correct permissions. Make sure you are using a Page Token instead of a User Token and make sure it includes publish_pages. You can test your Token in the debugger: https://developers.facebook.com/tools/debug/

Make sure the Page ID shows up, and the publish_pages permission.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement