Update Facebook Page Cover Photo
meta_update_page_coverUpdate your Facebook Page's cover photo by providing a new cover URL or an existing photo ID, with optional vertical offset and feed story suppression.
Instructions
Updates a Facebook Page's cover photo.
Args:
page_id (string): Facebook Page ID
cover_url (string, optional): URL of the new cover photo
photo_id (string, optional): ID of an existing photo to use as cover
offset_y (number, optional): Vertical offset of the cover photo (0–100)
no_feed_story (boolean, optional): If true, don't publish a feed story about the change
Provide either cover_url or photo_id. Requires pages_manage_metadata permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| cover_url | No | URL of the new cover photo | |
| photo_id | No | ID of existing photo to use as cover | |
| offset_y | No | Vertical offset (0–100) | |
| no_feed_story | No | Suppress feed story about the change | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |