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.
Open the website and enter the TikTok sandbox demo page hosted on the same domain as the submitted website URL.
Click the website button to start the TikTok sandbox connection flow for a creator account.
Authorize the website to read the creator’s public videos with the video.list scope.
Load the creator’s public TikTok video list and render the returned content inside the website dashboard.
Creator connection flow
Requested permission for the website
This website requests the video.list scope to read a creator’s public TikTok videos and display them on the creator content section of the website.
Activity log
- Website loaded and ready for TikTok creator connection.
Website rendering result
Load video.list to display the creator’s public TikTok videos on the website.{
"data": {
"videos": [],
"cursor": 0,
"has_more": false
},
"error": {
"code": "pending",
"message": "Authorize the sandbox account to load the video list."
}
}