Get Page Photos
meta_get_page_photosRetrieve photos uploaded to or tagged in a Facebook Page by providing the page ID. Filter by type and limit results for efficient access to page images.
Instructions
Lists photos uploaded to a Facebook Page.
Args:
page_id (string): Facebook Page ID
type (string): 'uploaded' (by page) or 'tagged' (photos page is tagged in)
limit (number): Max results (default 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | uploaded | |
| after | No | ||
| limit | No | ||
| page_id | Yes | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |