208 questions
0
votes
0
answers
139
views
TikTok Business Organic Videos API
Despite adding all the parameters appropriately, the TikTok Organic Videos API [Post Data of a TikTok Account] is not returning any data, but is giving success status.
Document that I referred: https:/...
-4
votes
1
answer
93
views
Tiktok fetch an access token using an authorizaiton code problems in java spring boot
I am trying to exchange my authorizatoin code for an access token. I keep getting a "request parameters are malformed" error. I can curl the endpoint just fine but for some reason I can't ...
1
vote
0
answers
189
views
TikTok player inside an iOS web view: How to handle cookie consent?
We have a mobile app that uses WkWebView on iOS. We want to embed TikTok videos here.
The issue is that the TikTok player always shows its Cookie consent popup, which won't even go away if the user ...
0
votes
0
answers
90
views
Requesting TikTok official API to obtain login QR code interface returned an error: "invalid_scope"
My website wants to display TikTok's QR code and support TikTok app login by scanning the code. But accessing TikTok's web login suite (which is the practice of most websites) requires users to click ...
2
votes
1
answer
1k
views
How can I embed a TikTok LIVE in my html?
I'm developing a Flask application designed to manage and initiate live streams to multiple platforms. In my app I'm implementing a "live monitor" where users can paste a stream URL and then ...
0
votes
1
answer
308
views
TikTok Automated Upload bot wont publish Videos
ikTok Upload Bot Automation Failing at Final Step?
I’m currently developing an automated upload bot for TikTok Studio (https://www.tiktok.com/tiktokstudio/upload) using Selenium, to upload multiple ...
2
votes
0
answers
464
views
How to embed tiktok on own website using iframe?
I want to embed tiktok on my website.
Unfortunately, when I follow this guide (https://developers.tiktok.com/doc/embed-player), I get an error.
Error:
Refused to execute inline script because it ...
1
vote
1
answer
903
views
Publish video when app is in sandbox mode with SELF_ONLY for privacy_level
When using direct post : https://developers.tiktok.com/doc/content-posting-api-reference-direct-post
I send this body to the endpoint :
const response = await fetch('https://open.tiktokapis.com/v2/...
2
votes
1
answer
716
views
TIKTOK Content Posting API is not working with more than 1 chunk - Using the FILE_UPLOAD source
I am using the TIKTOK Content Posting API to upload the video to TIKTOK. It is working fine for the videos less than 64MB size but when the video is more than 64MB then it is showing the error on the ...
0
votes
1
answer
530
views
TikTok query videos research API - getting search ID is invalid or expired
I have a research account with TikTok and am using their query videos API. Documentation here.
I am trying to retrieve all videos from a single day with a search and that takes multiple calls, so ...
-2
votes
1
answer
2k
views
How to solve TikTok Shop API Error Code 105005 "you should apply auth pkg for this api"
I have created an application on the TikTok Partner platform that integrates with a custom development shop. I have created a REST API in Node.js that will act as a middleware and receive webhook ...
2
votes
1
answer
676
views
Where do I find SKAdNetworkIdentifier for TikTok?
I have to implement SKAdNetwork in my iOS App. I've found SKAdNetworkIdentifier for Facebook from this: https://developers.facebook.com/docs/setting-up/platform-setup/ios/SKAdNetwork/ but I'm not able ...
1
vote
3
answers
612
views
How to Stop Sending the user_engagement Event to Stape Server?
Is there any way to prevent the user_engagement event from being sent to the server? I don't need this event, and it only consumes server requests from Stape.
I tried disabling the user_engagement ...
0
votes
1
answer
2k
views
TikTok API: "Code verifier or code challenge is invalid" despite correct PKCE implementation
I'm trying to integrate the TikTok API into my application using the PKCE (Proof Key for Code Exchange) flow for OAuth 2.0. Despite following the documentation and ensuring that the code_verifier and ...
1
vote
0
answers
180
views
TikTok API: Search ID is invalid or expired
I am trying to fetch Videos from TikTok. However, Always after some pages the search ID expires. I did not yet find a way to handle that because since there is this error, I am only scraping part of ...
