Add TIkTok node

It would help if there was a node for:

TikTok

TikTok API
https://developers.tiktok.com/doc/content-posting-api-get-started

My use case:

Their content posting api could help with scheduling tiktok videos and more

And other features like getting videos from a user’s profile, shraing to tiktok, logging in…

I think it is very valid, or at least to add a custom OAuth since the TikTok API uses client_secret instead of client_id.

+1 , not possible to use auth2 for tiktok

Still anything :frowning:

There is a community node for this, although I haven’t tested it myself:

2 Likes

Has anyone managed to find anything?
I created the app and generated the APIs, but I don’t know how to configure n8n’s HTTP.

This isn’t a direct solution for your case, but here’s how I solve all social media API issues:

Publer - (Not advertising them here.) supports RSS auto-scheduling. You just provide them with an RSS feed, and they automatically download and share your content.

I connected my Airtable base to generate a dynamic RSS URL using an n8n webhook. Then, I added the response of the RSS to the requests and provided the RSS (Webhook URL) to Publer as an RSS feed.

In Publer, I linked auto-posting directly for the RSS to selected platforms and let Publer handle the API tasks. It’s not as fast as direct posting, but being about 5 minutes slower isn’t a problem for me since it bypasses all the verification processes required by platforms like Facebook and Instagram. They also support TikTok, but I haven’t used it before as I usually post texts and media.

If Publer isn’t a good choice, you should find another social media platform that supports RSS then just build your own rss using n8n and link it with any app or service you use database on, you should do RSS as they generally do not support direct API access due to contractual restrictions. Keep in mind that using a third-party app with a poor reputation for posting spam can negatively affect all its users. Therefore, ensure you use an app from a reputable brand known for not engaging in spam activities.

I`m very interested in how you did it. Can you show us an example?

Hello! Have you found how to fix it? What is the problem with your http request node? I would like then to create a video publication on Tiktok.

We need a native node from n8n just like YouTube

1 Like

Very much interested if someone has done TikTok posting with tutorial. Currently stuck with the TikTok app creation because of this TikTok restriction:

My current workaround is to copy my YouTube description and manually post videos on my TikTok.

2 Likes

hi,

i found a way to upload videos to tiktok using the upload-post api. i created an n8n node that sends a post request to the api with the video file and parameters like title, user, and platform. it works well for me and i wanted to share my solution here. it allow 10 uploads monthly in the free account.