TikTok OAuth Test Hub

LEAD_TK_TEST

A lightweight web app for testing TikTok for Developers Login Kit, Display API, and TikTok for Business authorization flows in one place.

Login Kit + Display API The Developers app flow authenticates a TikTok user and retrieves their basic profile information through /v2/user/info/.
Business OAuth The Business flow is kept for Lead and advertiser-side integration testing with the existing callback project.

Current Integration Status

Checking…

TikTok for Developers

This flow is intended for the new Developers app review using Login Kit and Display API.

Checking…

TikTok for Business

This flow preserves the existing Lead sync and advertiser-side authorization path already used in the project.

What this web app demonstrates

1. User signs in with TikTok

The user clicks the TikTok login button and completes TikTok's authorization screen.

2. Server exchanges the authorization code

The app sends the callback code to a server-side endpoint and exchanges it for a TikTok access token.

3. Profile data is displayed

The app calls Display API to read the user's basic TikTok profile information and shows it in the browser.