TikTok OAuth Token Generator

Generate access tokens for any TikTok app - perfect for development and testing

Development Mode: This tool runs entirely client-side. App credentials are processed locally and never sent to any server except TikTok's official API.

How to use:

  1. Enter your TikTok App ID (Client Key) and App Secret (Client Secret)
  2. Paste your TikTok authorization URL in the text area
  3. Click "Generate Access Token" button
  4. A popup will open for TikTok login (complete the login process)
  5. The access token will be generated automatically after successful login
  6. Copy the access token for use in your applications

Callback URL: Make sure to add http://localhost:3000/tt-bizz-api-callback as a redirect URI in your TikTok app settings.