Facebook Graph API Explorer

Graph API Explorer is now up to date Now Facebook graph api using version 23.0 but in the entertain node we just have 22.0.

Problem:: (#200) If posting to a group, requires app being installed in the group, and \ either publish_to_groups permission with user token, or both pages_read_engagement \ and pages_manage_posts permission with page token; If posting to a page, \ requires both pages_read_engagement and pages_manage_posts as an admin with \ sufficient administrative permission

Can u check the token type?

are you using a Page token or a User token?

If posting to a Page, use a Page Access Token, not a User token.

  • Go to Graph API Explorer
  • Select your app and the correct Page
  • Add these permissions:
    • pages_read_engagement
    • pages_manage_posts
  • Click Generate Access Token
  • Copy this new token into your n8n Facebook node

Make sure your Facebook app is in Live Mode, not just in Dev.