skip to Main Content

I’m trying to share from TikTok into my react native app using react-native-receive-sharing-intent. This library only gets the url of the TikTok video. I’ve read through the TikTok video share API, and I do not understand how Instagram and Snapchat is able to get the actual TikTok video downloaded and shared into the app. According to the TikTok for Developers, the sharing only allows into the TikTok, not from TikTok to another app.

Here is an example video that is between TikTok and Instagram.

Do companies like Instagram and Snapchat have some sort of private, corporate relationship where they get private share apis from TikTok and vice versa?

Does anyone know how to accomplish this?

2

Answers


  1. Chosen as BEST ANSWER

    To answer my own question and in line with Martin JK's answer, it would appear that TikTok does have private relationships with the big social media platforms via a supposed TikTok partner program. See response from TikTok for Developers.

    ScreenshotFromEmail


  2. The integration between different apps often involves a combination of public APIs, private partnerships, and possibly reverse engineering. While TikTok’s official APIs might not provide direct access to download and share videos outside of its platform, larger companies like Instagram and Snapchat might have established private partnerships or agreements with TikTok to enable seamless sharing between their platforms.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search