Inspect a Meta access token
debug_tokenInspect and validate Meta (Facebook) access tokens. Returns token type, app ID, expiration, scopes, and validity status.
Instructions
GET /debug_token — returns token type (USER / PAGE / APP / SYSTEM_USER), app_id, expires_at, scopes, is_valid. If input_token is omitted, inspects the server's configured FB_ACCESS_TOKEN. Requires FB_APP_ID and FB_APP_SECRET to be configured (Meta requires APPID|APPSECRET as the access_token for this endpoint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_token | No |