public TikTok App Demo – jakey666.site

Sandbox Demo for TikTok App Review

public TikTok App demo on jakey666.site

This page demonstrates how the TikTok developer app named public connects an authorized TikTok creator account in sandbox mode and then uses the video.list scope to display the creator’s public TikTok videos inside the website interface.

Website: https://www.jakey666.site Product: Display API Scope: video.list Environment: Sandbox
Step 1

Open the website and enter the TikTok sandbox demo page hosted on the same domain as the submitted website URL.

Step 2

Click the website button to start the TikTok sandbox connection flow for a creator account.

Step 3

Authorize the website to read the creator’s public videos with the video.list scope.

Step 4

Load the creator’s public TikTok video list and render the returned content inside the website dashboard.

Creator connection flow

Connection status
Not connected
The website is waiting for the creator to connect a TikTok sandbox account for Display API access.
Review note: this demo uses a sandbox flow because TikTok requires a sandbox environment for first-time app review before approval.

Activity log

  1. Website loaded and ready for TikTok creator connection.

Website rendering result

Authorize the TikTok sandbox account, then click Load video.list to display the creator’s public TikTok videos on the website.
API response excerpt shown in the website UI
{
  "data": {
    "videos": [],
    "cursor": 0,
    "has_more": false
  },
  "error": {
    "code": "pending",
    "message": "Authorize the sandbox account to load the video list."
  }
}
滚动至顶部