Message section is not available in Facebook module.
Please find the attachment. (Page has been linked. But message is not shown. Directly Post Caption is shown)
Message section is not available in Facebook module.
Please find the attachment. (Page has been linked. But message is not shown. Directly Post Caption is shown)
Hey Santhosh!
Use the HTTP > Make a Request module instead:
Module Setup:
URL: https://graph.facebook.com/v18.0/{PAGE_ID}/feed
Method: POST
Headers:
Content-Type: application/json
Query String:
access_token: {your_page_access_token}
message: {your_message_text}
To get your Page Access Token:
pages_manage_posts permissionExample with actual values:
URL: https://graph.facebook.com/v18.0/123456789/feed
Method: POST
Query String:
access_token: EAABsbCS...
message: Hello World! This is my post.
This bypasses Make’s Facebook module entirely and posts directly to Facebook’s API - much simpler and more reliable.
Sam @ Flow Digital
Dear Sam @ Flow Digital,
Firstly, thanks a ton for taking time to respond to my query.
When I followed the exact steps, I encountered the error as below:
Error: 403 Forbidden
Would really appreaciate your help on this.
Thanks
Santhosh