TikTok: video and photo carousel posting #164
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The TikTok Content Posting API is publicly available and supports video uploads and photo carousels (up to 35 images). Our existing TikTok plugin only does basic text posts.
API Capabilities
Video Upload
FILE_UPLOAD(local) orPULL_FROM_URL(remote URL)DIRECT_POST(publish immediately) orMEDIA_UPLOAD(sends to user's TikTok inbox for in-app editing)Photo Carousels
media_type=PHOTOImportant Limitations
Implementation
Update
TiktokService::publish():PULL_FROM_URLfor video (article featured video URL)DIRECT_POSTmodeAcceptance Criteria
PULL_FROM_URLNote
The audit requirement is a significant onboarding hurdle. Users must register a TikTok developer app and pass review before public posting works. Document this clearly.