Providers
Facebook | LynCut API
Publish videos to Facebook Pages — feed videos and Reels through a connected Page.
Facebook integration
Meta Graph API publishing to Facebook Pages: feed videos and Reels with description and scheduled posting.
Key capabilities
- Page publishing — posts go to a connected Page, not a personal profile.
- Reels support — vertical videos route to Reels automatically.
- Scheduled posts — backfill or schedule Page posts.
- Multi-page — connect several Pages as separate connections.
Use cases
- Publish episode clips to a brand Page on schedule.
- Cross-post vertical renders as Facebook Reels.
- Manage several client Pages from one LynCut account.
Publish to Facebook
curl -X POST "https://api.lyncut.com/v1/publishing/jobs" \
-H "x-lyncut-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"connectionId":"con_facebook","mediaKey":"upl_77kd","title":"My video"}'Parameters
| Field | Type | Description |
|---|---|---|
| title * | string | Post title shown above the video. |
| description | string | Post body text. |
| scheduledAt | string (ISO 8601) | Scheduled Page post time. |
| pageId | string | Target Page id — required when the connection manages multiple Pages. |
Frequently Asked Questions
Why can't I post to my personal profile?+
Meta removed personal-profile publishing for third-party apps. Only Pages can receive API posts.
Which permission does the connection need?+
pages_manage_posts plus pages_show_list — requested automatically during the OAuth flow.
Reels vs feed video?+
Videos under 90 seconds and vertical are routed to Reels; longer or landscape videos become feed posts.
Best practices
- Verify the Page grant in the connection's scopes before queuing jobs.
- Vertical under-90s content performs better as Reels than feed posts.
- Store pageId in your integration config when managing multiple Pages.
Related APIs
Was this page helpful?
