Get Long-Lived Access Token
GET {{api_host}}/access_token?grant_type=th_exchange_token&client_secret={{app_secret}}
Use the GET
/access_token endpoint to exchange a short-lived Threads user access token for a long-lived token.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
grant_type | string | ||
client_secret | string |