Retrieve various data about an access token. See Debug Access Token for more information.
GET /debug_token| Name | Description |
|---|---|
string
| Required. |
string
| Required. |
Note: The access_token and input_token can be associated with different users but must be associated with the same app.
| Name | Description |
|---|---|
object
| Data wrapper around the result. |
string
| Whether the access token is an app access token or user access token. |
string
| Name of the application this access token is for. |
Unixtime
| Timestamp when the app's access to user data expires. |
Unixtime
| Timestamp when this access token expires. |
Boolean
| Whether the access token is still valid or not. |
Unixtime
| Timestamp when this access token was issued. |
string[]
| List of permissions that the user has granted for the app in this access token. |
string
| The ID of the user this access token is for. |