From 9498ac8421e601697e586af3375819431ab7fcb4 Mon Sep 17 00:00:00 2001 From: Dmytro Khmelenko Date: Mon, 18 Oct 2021 22:12:44 +0200 Subject: [PATCH] Add TikTok API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 533897e4..2f52159f 100644 --- a/README.md +++ b/README.md @@ -1228,6 +1228,7 @@ API | Description | Auth | HTTPS | CORS | | [Telegram Bot](https://core.telegram.org/bots/api) | Simplified HTTP version of the MTProto API for bots | `apiKey` | Yes | Unknown | | [Telegram MTProto](https://core.telegram.org/api#getting-started) | Read and write Telegram data | `OAuth` | Yes | Unknown | | [Telegraph](https://telegra.ph/api) | Create attractive blogs easily, to share | `apiKey` | Yes | Unknown | +| [TikTok](https://developers.tiktok.com/doc/login-kit-web) | Fetches user info and user's video posts on TikTok platform | `OAuth` | Yes | Unknown | | [Trash Nothing](https://trashnothing.com/developer) | A freecycling community with thousands of free items posted every day | `OAuth` | Yes | Yes | | [Tumblr](https://www.tumblr.com/docs/en/api/v2) | Read and write Tumblr Data | `OAuth` | Yes | Unknown | | [Twitch](https://dev.twitch.tv/docs) | Game Streaming API | `OAuth` | Yes | Unknown |