ContentBoss Studio — TikTok Integration Demo
This page demonstrates the full TikTok integration used by ContentBoss Studio:
OAuth login via Login Kit, user info retrieval, and direct video publishing via the
Content Posting API. Scopes demonstrated:
user.info.basic video.upload video.publish
Authenticate via TikTok Login Kit (OAuth 2.0 with CSRF state protection). After authorization, the code is exchanged for an access token server-side — the client secret never reaches the browser.
The video below was produced by the ContentBoss Studio AI pipeline. You can also paste a publicly accessible MP4 URL (TikTok pulls it via PULL_FROM_URL).
Publishes the video directly to the connected TikTok account using the Content Posting API direct post endpoint (sandbox mode — visible only to the test account).