Platform integrations
Each platform is connected through its official API. Authorization is granted by the account owner on the platform's own consent screen, and can be revoked there at any time — revoking it stops the tool from posting to that account, immediately and permanently.
TikTok
Login Kit for authorization, Content Posting API with Direct Post for publishing.
The operator signs in to their own TikTok account through Login Kit on TikTok's consent
screen and is returned to
https://rekumedia.com/tiktok/callback/, which hands the authorization code back
to the tool. An approved clip is then sent to that account with Direct Post: the tool
initialises a post, transfers the rendered file, and polls until TikTok reports the post
complete. One request carries one clip. No third-party accounts are involved at any point.
| Scope | Used for |
|---|---|
| user.info.basic | Reading the open ID and display name of the account that just authorized, so the tool can label the connection and post to the right account. |
| video.publish | Direct Post — publishing an approved clip to the authorizing account's own profile. This is the scope the tool actually uses to post. |
| video.upload | Included automatically with the Content Posting API product and not used by the tool. Clips are posted directly rather than left in the account's drafts. |
Instagram API with Instagram Login.
Approved clips are published as Reels to Reku Media's own professional accounts. The tool creates a media container, waits for Instagram to finish processing it, and then publishes the container. Comments permission is used only to read and moderate comments on Reku Media's own posts.
| Scope | Used for |
|---|---|
| instagram_business_basic | Identifying the connected professional account. |
| instagram_business_content_publish | Creating the media container and publishing the approved clip as a Reel. |
| instagram_business_manage_comments | Reading and moderating comments on Reku Media's own posts. |
YouTube
YouTube Data API v3.
Approved clips are uploaded as Shorts to Reku Media's own channels using a resumable upload, with the title and description taken from the reviewed clip. A single scope covers this, and it grants nothing beyond uploading.
| Scope | Used for |
|---|---|
| youtube.upload | Uploading an approved clip to the authorizing channel. |
What the tool never does
- It does not post to accounts that are not Reku Media's own.
- It does not read, collect or store other users' personal data from any platform.
- It does not follow, like, comment or message on any platform.
- It does not offer publishing to third parties; there is no sign-up and no customer account.
Credentials and revocation
Access and refresh tokens are stored in the operating system's keychain on the operator's machine — never in the project database, never in source control — and are used only to publish to the account that issued them. Authorization can be withdrawn at any time from the platform's own settings; the tool then loses access to that account with no further action needed on our side. Details are in the privacy policy.