Get Page Profile Picture
meta_get_page_pictureRetrieve the profile picture URL for a Facebook Page. Provide the Page ID and optionally select size: small, normal, large, or square.
Instructions
Gets the profile picture URL for a Facebook Page.
Args:
page_id (string): Facebook Page ID
size (string): Picture size — small, normal, large, square (default: large)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| size | No | large | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |