Facebook is supported in Outstand through the Bring Your Own Key (BYOK) model via Meta's Facebook Graph API. This allows you to use your own Meta app credentials to connect Facebook Pages and publish posts through Outstand's unified API.
Coming Soon
Detailed step-by-step instructions for obtaining Facebook credentials are coming soon.
Facebook integration uses Meta's Graph API through the Facebook Platform, which requires:
- A Meta Developer account
- An app with Facebook product added
- A Facebook Page (for posting)
- App Review for certain permissions
In the meantime, if you need to configure Facebook integration, please contact our support team for assistance. The setup process is similar to Instagram and Threads, as all three platforms share Meta's developer ecosystem.
Temporary Setup
To add your Facebook credentials to Outstand:
curl -X POST https://api.outstand.so/v1/social-networks \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"network": "facebook",
"client_key": "YOUR_CLIENT_KEY_HERE",
"client_secret": "YOUR_CLIENT_SECRET_HERE"
}'Next Steps
- Contact support if you need immediate Facebook integration
- Check back for detailed documentation soon
- Review Instagram and Threads guides as they follow similar Meta setup processes