AuthorityPrompt
Official TikTok Integration

AuthorityPrompt for TikTok

AuthorityPrompt is a content and visibility platform that helps businesses and creators plan, schedule, and publish short-form video to their own social accounts from one place. This page describes exactly how AuthorityPrompt integrates with TikTok, which products and scopes are used, and how user data is handled.

OAuth 2.0 — Login Kit Content Posting API — Direct Post Scopes: user.info.basic, video.publish, video.upload

What the integration does

A TikTok creator connects their own TikTok account to AuthorityPrompt. With their explicit authorization, AuthorityPrompt can publish a video that the creator has prepared directly to that same authorized TikTok account. AuthorityPrompt only ever acts on the account that the user has personally connected — it never posts to anyone else's account.

How it works (end-to-end)

  1. Connect TikTok. The user clicks "Connect TikTok" and is sent to TikTok's official OAuth consent screen (Login Kit). They review and approve the requested scopes.
  2. Secure callback. TikTok redirects back to https://authorityprompt.com/api/integrations/tiktok/callback. AuthorityPrompt exchanges the authorization code for an access token over a secure server-to-server call.
  3. Read basic profile. Using user.info.basic, AuthorityPrompt displays the connected account (open id, display name, avatar) so the user can confirm the correct account is linked.
  4. Prepare a video. In AuthorityPrompt the user composes a caption and selects the video to publish.
  5. Publish to TikTok. Using the Content Posting API (Direct Post) with video.publish / video.upload, AuthorityPrompt sends the video to the user's own TikTok account via PULL_FROM_URL from the verified domain. Privacy defaults to the most private setting available for the account.

TikTok products & scopes used

Login Kit — user.info.basic Authenticate the creator and display their TikTok profile (open id, display name, avatar) to confirm the linked account.
Content Posting API — video.publish Directly publish a video to the creator's own authorized TikTok profile (Direct Post).
Content Posting API — video.upload Send a video to the creator's account as a draft for the creator to further edit and post inside TikTok.
Redirect URI https://authorityprompt.com/api/integrations/tiktok/callback
Media transfer PULL_FROM_URL from the verified domain authorityprompt.com.

Data use, security & content

Access tokens are stored securely server-side and used only to perform actions the user explicitly requested. AuthorityPrompt does not sell user data and does not access content beyond the scopes above. Users can disconnect their TikTok account at any time, which revokes AuthorityPrompt's access. Where a published video is AI-generated or AI-edited, it is labeled in accordance with TikTok's content-disclosure requirements.

Try the live integration

The working integration screen (Connect & Post) is available here: https://authorityprompt.com/integrations/tiktok. A complete end-to-end demo video is also submitted with this app in the Developer Portal.