Follow these steps to enable social media posting from your app
Your Facebook token is missing the pages_manage_posts permission needed to publish posts.
In the top dropdown, select your Facebook App: Scot Pooper Scoopers

Click on "Permissions" and search for and enable these permissions:
pages_show_list,pages_read_engagement,pages_manage_posts,instagram_content_publishpages_show_listpages_read_engagementpages_manage_postsinstagram_content_publishClick the "Generate Access Token" button and approve all permissions when prompted.
⚠️ Important: Make sure you select the correct Facebook Page when prompted!
Click the small "i" icon next to the access token, then click "Open in Access Token Tool".
In the Access Token Tool, click "Extend Access Token" to get a long-lived token (60 days).
Copy the new long-lived access token.
Update your secret:
FACEBOOK_ACCESS_TOKENGo to the Social Media Hub and try publishing a test post to verify everything works!
Token expires in 60 days: You'll need to repeat this process every 60 days, or implement a refresh token mechanism.
Permissions not showing? Make sure your Facebook app has been approved for these permissions in the App Review.
Still having issues? Check the Facebook Developers documentation or contact support.