Feed Posts
Publish to Facebook Pages with text, images, and videos
Publish feed posts and Stories to Facebook Pages. Handle first comments and multi-page management with ease.
One API call handles feed posts and Stories with Facebook-specific features.
Publish to Facebook Pages with text, images, and videos
Share ephemeral Stories with images or short videos
Add first comment immediately after posting for better engagement
Post to specific Pages when managing multiple pages
curl -X POST "https://api.postproxy.dev/api/posts" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "post": { "body": "Exciting news! Check out our latest update." }, "profiles": ["facebook"], "media": ["https://example.com/image.jpg"], "platforms": { "facebook": { "format": "post", "first_comment": "What do you think? Let us know!", "page_id": "123456789" } } }'| Format | Description |
|---|---|
post | Feed post (default) |
story | Facebook Story |
| Parameter | Type | Required | Description |
|---|---|---|---|
format | string | No | Set to "post" (default) or "story" |
first_comment | string | No | Comment to add after posting |
page_id | string | No | Page ID when you have multiple pages |
| Media Type | Max Size | Formats | Max Count | Duration |
|---|---|---|---|---|
| Image | 10 MB | jpg, png, gif, webp | 10 | - |
| Video | 4 GB | mp4, mov | 1 | 1s - 4 hours (post), 3s - 60s (story) |
View full documentation for all platform-specific features for Facebook
No need to handle Facebook Graph API, OAuth flows, or page access tokens. Postproxy handles it all.
Facebook rate limits are managed automatically with intelligent retry logic.
Publish feed posts and Stories through one unified API.
Automatic retries and clear status reporting ensure your content reaches Facebook.
Common questions about Facebook integration
Start with our free plan and scale as your needs grow. No credit card required.