dev-test-1.us.auth0.com
.
Staging
to Production
. It could take up to several hours for TikTok to review your application and update the status.
https://www.tiktok.com/auth/authorize/
https://example.com
user.info.basic
user_id attribute
, which corresponds to TikTok’s union_id
.client_key
parameter instead of client_id
, you must use the to pass the client_key
parameter during authentication.
To use the Management API, you need to generate an .
client_key
fieldoptions
object values. The following is a sample response object:upstream_params
object with the client_key
field:options
object as the body. Auth0 will send the client_key=<value>
parameter to TikTok’s authorization endpoint./token
endpoint to gain an access or . You must proxy the request to the and append the client_key
parameter programmatically with proxy endpoints in your environment.
POST
route, /proxy/token
. The server should be running on http://localhost:3333
.https://405a-104-129-13b-250.ngrok.io/proxy/token
.
https://example.com
and enter the proxy URL.