graph_api_get
Perform generic GET requests to any Facebook Graph API edge, enabling access to endpoints without dedicated tools. Pass query parameters via params.
Instructions
Generic GET against any Graph API edge, e.g. edge="{id}/comments".
Use this for any endpoint not covered by a dedicated tool. params
is passed through as query parameters (do not include access_token).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edge | Yes | ||
| params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||