refresh_token_info
Inspect an access token to verify its validity, expiration date, and granted scopes for diagnosing authentication issues.
Instructions
Inspect the current access token to check validity, expiration date, and granted scopes. Useful for diagnosing auth issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Access token to inspect. Defaults to the FB_PAGE_ACCESS_TOKEN env var. |