Skip to main content

TikTok Authorization URL Test

Current Configuration

Client Key: sbaw4h3rzb2rfsqeug
Scope: user.info.basic,video.upload,video.publish
Redirect URI: https://reviewer.kingcontent.pro/callback.php
State: 15c46be3e01a0c62df6c30758fcaea85
Auth URL: https://www.tiktok.com/auth/authorize/

Standard OAuth 2.0

https://www.tiktok.com/auth/authorize/?client_key=sbaw4h3rzb2rfsqeug&scope=user.info.basic%2Cvideo.upload%2Cvideo.publish&response_type=code&redirect_uri=https%3A%2F%2Freviewer.kingcontent.pro%2Fcallback.php&state=15c46be3e01a0c62df6c30758fcaea85

With grant_type

https://www.tiktok.com/auth/authorize/?client_key=sbaw4h3rzb2rfsqeug&scope=user.info.basic%2Cvideo.upload%2Cvideo.publish&response_type=code&redirect_uri=https%3A%2F%2Freviewer.kingcontent.pro%2Fcallback.php&state=15c46be3e01a0c62df6c30758fcaea85&grant_type=authorization_code

Minimal params

https://www.tiktok.com/auth/authorize/?client_key=sbaw4h3rzb2rfsqeug&scope=user.info.basic%2Cvideo.upload%2Cvideo.publish&response_type=code&redirect_uri=https%3A%2F%2Freviewer.kingcontent.pro%2Fcallback.php

Parameters Comparison

Parameter Standard OAuth With grant_type Minimal
client_key
scope
response_type
redirect_uri
state
grant_type

Test Instructions

  1. Click "Test in New Tab" for each URL above
  2. Check which one works without "Something went wrong" error
  3. If one works, note which parameters it uses
  4. Update the main config.php with the working parameters