← Back to home

TikTok authorization callback

TikTok redirects users to a registered callback URL after they approve (or deny) authorization. For Content Posting Helper, that callback URL is:

https://www.nopostnomoney.com/api/tiktok/callback

Connect TikTok

The site exchanges the authorization code for tokens on the server (secrets never appear in the browser). After a successful login, you will see a short success page; access tokens stay on the server. For a durable production database, replace the temporary in-memory store in the codebase.

Developer checklist

Contact: support@nopostnomoney.com