TikTok service plugin — Content Posting API #47

Open
opened 2026-05-28 18:51:57 +00:00 by jmiller · 1 comment
Owner

Post to TikTok via the Content Posting API.

Note: TikTok API is primarily video-focused but supports photo slideshows and text.

Credentials:

{
  "access_token": "...",
  "open_id": "..."
}

Features:

  • TikTok Content Posting API
  • Photo post (article images as slideshow)
  • Text overlay
  • Hashtags from categories
  • OAuth 2.0
  • Requires approved TikTok developer app
Post to TikTok via the Content Posting API. Note: TikTok API is primarily video-focused but supports photo slideshows and text. **Credentials:** ```json { "access_token": "...", "open_id": "..." } ``` **Features:** - TikTok Content Posting API - Photo post (article images as slideshow) - Text overlay - Hashtags from categories - OAuth 2.0 - Requires approved TikTok developer app
Author
Owner

Branch created: feature/47-tiktok-service-plugin-content-posting-ap

git fetch origin
git checkout feature/47-tiktok-service-plugin-content-posting-ap
Branch created: [`feature/47-tiktok-service-plugin-content-posting-ap`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/47-tiktok-service-plugin-content-posting-ap) ```bash git fetch origin git checkout feature/47-tiktok-service-plugin-content-posting-ap ```
Sign in to join this conversation.
Type Feature
Status
Priority Low
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#47