How do I authorize users?

How do I authorize users?

To get an Account Key, you need to ask the user to authorize your application.
You can do this by sharing your OAuth link to the user or by using the Popup Login Button.

Example OAuth Link: 
https://tikapi.io/account/authorize?client_id=c_1234567890&redirect_uri=https://tikapi.io/success&scope=view_profile+explore
           





    • Related Articles

    • What are OAuth users?

      A OAuth user is a logged in TikTok account that has given you authorization to perform actions on their account or view private information. You can ask users to "Login with TikTok", just like Google or Facebook. We've made this possible by ...
    • Why are my authorized users being removed automatically?

      When a user logins with their TikTok accounts we store the login session on our database. If that session is no longer valid, the account will be removed from our database and a re-authorization is required. This can happen for different reasons: ...
    • How do I remove a User?

      You can't remove User authorizations due to security reasons, though they will be removed automatically after 1 month of inactivity. The account owner is always in control over his TikTok account data. Only the account owner can approve or revoke ...