Tiktok is a video sharing platform. Use for questions regarding programmatic access to the platform or it's api. Use with a appropriate language tag like [javascript]
Questions tagged [tiktok]
199 questions
3
votes
1 answer
Posting videos to Tiktok with Video Kit API fails
I'm trying to share a video on tiktok using the video kit api,the video I have is on a google cloud storage link so first I grab that from the cloud and attach it to a formdata with a readstream. I then make an axios post request to the given…

Mr.Grease
- 197
- 1
- 13
3
votes
3 answers
How can I replicate the TikTok logo in Fontawesome (with colors)
The TikTok icon was added to FontAwesome last year (.fab .fa-tiktok), but of course, it's a flat color. I want to style it in CSS, to match the TikTok branding guidelines. That is the light blue and pink colors.
I've tried to create a solution using…

toadly
- 313
- 1
- 4
- 10
2
votes
1 answer
TikTok oAuth API authorization code request always expired
I'm trying to use to oAuth of the TikTok API.
From what I got from their website, you first need to send the user to a particular link, with your client_key and redirect_uri, then the user need to log in.
After he's logged in, there will be a code…

Madar
- 196
- 2
- 15
2
votes
0 answers
Download TikTok video without watermark using Python and TiktokApi
I am trying to download a TikTok video without the watermark based on the link, and I am using the TiktokApi package for this, but I am getting some exceptions when trying 2 different versions :
from TikTokApi import TikTokApi
api =…

Poonam
- 31
- 1
- 4
2
votes
1 answer
TikTok Oauth - Parameter error (Login kit)
I am trying to login to my app using tiktok (login kit). I have created a web based app in Tiktok. provided correct redirect domain. App is 'Live in Production'.
I am able to redirect to titok.com but when I click on the authorize option, I am…

Rita
- 31
- 3
2
votes
0 answers
Tiktok Login Kit Integration for web
I am trying to integrate Login Kit with my Node.js app. I am facing redirect issue while the login is successful using tiktok credentials and when the app redirects. Below is the code i have used to integrate the login kit.
Details of my developer…

Praveen_RP
- 21
- 2
2
votes
2 answers
TikTok api user/info/ endpoint return error code 6007063
I implemented TikTok PI and everything works well. In the last days I encountered a problem that the user/info/ endpoint returns 'error code': '6007063', 'message': 'auth user info is required'. This is happening for some of the accounts while…

Liad Cohen
- 21
- 3
2
votes
0 answers
Authorization Scopes To Get Follower Count From Tiktok
Authorization Scopes To Get Follower Count From Tiktok
The Tiktok developer API documentation only lists three sets of scopes that an application can request:
video.list
user.info.basic
share.sound.create
Unfortunately, the user.info.basic…

Freddy L.
- 183
- 11
2
votes
1 answer
tkinter freezing when press button with libraries like tiktoklive
I face an issue and I want to understand why this problem happens and how to solve this problem. I know a lot of questions on stack overflow that talk about tkinter freeze when button pressed I saw many solutions but it is not working for me and I…

Mohammad Al Jadallah
- 466
- 1
- 6
- 9
2
votes
1 answer
Tiktok api /user/info endpoint
Edit: Since this question is getting a good amount of views, I'd like to let you all know before you waste hours of your life on the upload endpoint that it currently requires you to manually click confirm in the app. So it doesn't allow you to…

jaal kamza
- 213
- 4
- 12
2
votes
2 answers
Having trouble implementing TikTok's Login Kit on localhost
All of the tutorials and Stack Overflow answers I've been seeing have addressed production environments, but haven't addressed any redirects and callbacks for a local environment. I'd love some help on how to do this locally!
Attaching pics of my…

srinitude
- 43
- 7
2
votes
1 answer
Load video same as tiktok or Instagram in flutter
I am creating on video scrolling app here I have multiple videos. so i am having an issue is when I scroll through the video it takes a loading and then plays the video and if scroll back to the same video then again it's loads and then plays. and…

Rutvik Gumasana
- 1,458
- 11
- 42
- 66
2
votes
0 answers
What is the exact Tiktok API endpoint to get list of video ids (aweme_ids) using user id (uid)?
TikTok API to fetch the list of video ids corresponding to a particular username
I have been getting the USER_ID using /aweme/v1/discover/search/?keyword=USERNAME&cursor=0&count=10&type=1&hot_search=0&search_source=discover. So, this endpoint is…

SYED ASAD KAZMI
- 126
- 1
- 10
2
votes
2 answers
TikTok oAuth API auth code is always expired
I am trying to login using TikTok oAuth API
I have a Firebase Cloud Function (Nodejs) set up to complete the oauth flow, based
on the TikTok API Documentation, but when i reach the point (https://open-api.tiktok.com/oauth/access_token) to get the…

Alex Daltsis
- 71
- 1
- 5
2
votes
1 answer
Using TikTok's iOS Login kit with Flutter
I'm experimenting with adding TikTok authentication to my Flutter app (iOS only for now).
My first intention was to utilize TikTok's Login Kit for this and I started to look at how to call native iOS code from Flutter.
I have managed to set up the…

Mathias Fernström
- 153
- 1
- 12