meta_call
Call any Meta Graph API endpoint directly using Page or Instagram tokens. Access undocumented endpoints beyond the standard catalogue.
Instructions
Call any Graph API endpoint directly, with the Page token by default. Meta publishes no machine-readable spec for the Graph API, so this server does not claim a complete catalogue — this is how you reach the rest of it. Paths are relative to the Graph host and version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as | No | Which token to use. They are different tokens with different reach. | page |
| path | Yes | e.g. /me/accounts | |
| query | No | ||
| method | No | GET |