Publish Facebook Page Reel
meta_publish_page_reelPublish a short-form video Reel to a Facebook Page using a public video URL. Requires the Page ID and video URL; no multi-step polling needed.
Instructions
Publishes a Reel (short-form video) to a Facebook Page.
Requires: meta_list_pages must be called first to load page tokens.
Args:
page_id (string): Facebook Page ID
video_url (string): Public URL of the video file
description (string, optional): Reel description/caption
title (string, optional): Reel title
Returns: The reel/video ID on success.
Notes:
Video must be hosted on a publicly accessible server
FB Reels use a simpler single-step flow (no container polling needed)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Facebook Page ID | |
| video_url | Yes | Public URL of the video file | |
| description | No | Reel description/caption | |
| title | No | Reel title | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |