Create Facebook Video Post
meta_create_video_postPublish a video to a Facebook Page by providing the Page ID and a public video URL. Optionally add a title and description.
Instructions
Publishes a video post to a Facebook Page.
Args:
page_id (string): Facebook Page ID
file_url (string): Public URL of the video file
title (string, optional): Video title
description (string, optional): Video description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| file_url | Yes | Public video URL | |
| title | No | ||
| description | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |