Hi everyone,
I’m using a self-hosted n8n (v.2.8.3) and I’m struggling with the Facebook Graph API.
Goal: Upload a native photo to a Page and immediately post a link in the first comment.
The Problem:
-
The photo upload works perfectly via the photos edge.
-
However, the subsequent request to post a comment returns: 403 - Forbidden: (#200) Permissions error.
My Setup:
-
App Mode: Live.
-
Token: Permanent Page Access Token.
-
Permissions: pages_manage_posts, pages_read_engagement, pages_show_list.
-
Target IDs: I’ve tried both the post_id and the photo_id.
Is a full App Review for pages_manage_engagement mandatory just to comment on my own Page’s photo posts? Or is there a specific path/workaround to avoid the 403 error on native photo objects?
I want to avoid the feed edge to maintain high organic reach.
Thanks!