feat: add Facebook Reels, Stories, and scheduled post support #193
Reference in New Issue
Block a user
Delete Branch "feature/162-facebook-enhancements"
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\n\n- Reels: POST to
/{page-id}/video_reelswith video URL and caption\n- Stories: Image stories via/{page-id}/photo_stories, video stories via/{page-id}/video_storieswith auto-detection\n- Scheduled posts:scheduled_publish_timeparameter for feed posts (10min-6mo in future)\n- Draft posts:published=falsefor saving posts to Meta Business Suite\n- Refactored:apiPost()helper with proper 2xx success checking\n\nCloses #162\n\n## Test plan\n\n- [ ] Feed post still works without content_type (regression)\n- [ ] Reel with video URL creates via video_reels endpoint\n- [ ] Story with image creates via photo_stories endpoint\n- [ ] Story with video creates via video_stories endpoint\n- [ ] Scheduled post includes scheduled_publish_time and published=false\n- [ ] Draft post includes published=false without schedule time5fc3fc3656to0428904ae8