Facebook: Reels, Stories, and scheduled post support #162
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The Facebook Graph API supports Reels, Stories, scheduled posts, and draft posts. Our plugin only does basic text+image feed posts.
Features to Add
Reels
POST /{page-id}/video_reelsendpointStories
POST /{page-id}/photo_storiesfor image storiesScheduled Posts
scheduled_publish_timeparameter (Unix timestamp, 10min-6mo in future)Draft Posts
published=falseparameterImplementation
Add params support to
FacebookService::publish():$params['content_type']: feed (default) / reel / story$params['scheduled_at']: ISO 8601 datetime for scheduling$params['draft']: boolean for draft modeAcceptance Criteria
scheduled_publish_timepublished=false