Need help: Error Unable to post to public group Facebook using n8n
Hi everyone,
I'm currently building an automation workflow in n8n to cross-post content from Google Sheets to Facebook.
I have successfully managed to post to my Facebook Fanpage using a Page Access Token via the HTTP Request node. However, when I try to post to a Public Facebook Group, I keep getting the following error:
Bad request - please check your parameters
Unsupported post request. Object with ID '1357405965730762' does not exist, cannot be loaded due to missing permissions, or does not support this operation.
My Setup:
Tool: n8n (hosted on Docker)
Node: HTTP Request (POST method)
Permissions granted:
pages_show_list
pages_messaging_subscriptions
pages_read_engagement
pages_manage_posts
I've heard rumors that Meta deprecated the Groups API for most apps recently.
My questions:
Is it still possible to post to a Facebook Group using a standard Graph API Token in 2026?
Any advice or workarounds would be greatly appreciated! Thank you!