Skip to content

Debug

Updated: Jun 4, 2025

Retrieve various data about an access token. See Debug Access Token for more information.

GET /debug_token

Parameters

NameDescription
access_token stringRequired. Threads Graph API user access token of a Threads tester.
input_token stringRequired. The access token to be inspected.

Note: The access_token and input_token can be associated with different users but must be associated with the same app.

Fields

NameDescription
data objectData wrapper around the result.
type stringWhether the access token is an app access token or user access token.
application stringName of the application this access token is for.
data_access_expires_at UnixtimeTimestamp when the app's access to user data expires.
expires_at UnixtimeTimestamp when this access token expires.
is_valid BooleanWhether the access token is still valid or not.
issued_at UnixtimeTimestamp when this access token was issued.
scopes string[]List of permissions that the user has granted for the app in this access token.
user_id stringThe ID of the user this access token is for.

Unofficial mirror for reference/search purposes. All content originates from developers.facebook.com — see the source link at the top of each page. Machine-readable indexes: llms.txt · llms-full.txt · About