Create Facebook Live Video
meta_create_live_videoCreate or schedule a live video on a Facebook Page. Provide a title and optional description, and choose to start immediately or at a planned time.
Instructions
Creates a live video broadcast on a Facebook Page.
Requires: meta_list_pages called first to load page tokens.
Args:
page_id (string): Facebook Page ID
title (string): Title of the live video
description (string, optional): Description of the broadcast
planned_start_time (string, optional): ISO 8601 datetime for scheduled broadcasts
If planned_start_time is provided, the broadcast is created as SCHEDULED_UNPUBLISHED; otherwise it goes LIVE_NOW.
Returns the stream URL and live video ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Facebook Page ID | |
| title | Yes | Title of the live video | |
| description | No | Description of the broadcast | |
| planned_start_time | No | ISO 8601 datetime for scheduled broadcasts | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |