meta_subscribe_webhook
Subscribe to Meta Graph API webhooks for Instagram and Facebook Pages. Configure callback URLs, verification tokens, and data fields to receive real-time notifications using App credentials.
Instructions
Subscribe to webhook notifications for an object (e.g., 'instagram', 'page'). Requires META_APP_ID and META_APP_SECRET.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object | Yes | Object type to subscribe to | |
| callback_url | Yes | HTTPS webhook endpoint URL | |
| verify_token | Yes | Verification token for the webhook | |
| fields | Yes | Comma-separated list of fields to subscribe (e.g., 'messages,feed') |