Update Facebook Page Profile Picture
meta_update_page_pictureUpdate a Facebook Page's profile picture by providing the page ID and the URL of the new image. Requires pages_manage_metadata permission.
Instructions
Updates a Facebook Page's profile picture.
Args:
page_id (string): Facebook Page ID
picture_url (string): URL of the new profile picture
Requires pages_manage_metadata permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| picture_url | Yes | URL of the new profile picture image | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |