moteroon
A personal TikTok account management tool for the app owner, powered by official TikTok APIs.
moteroon uploads content, publishes videos, reviews published content, and analyzes account performance — all through TikTok's authorized API endpoints.
What moteroon does
Content Upload
Uploads short-form video content directly to the authenticated TikTok account via the Content Posting API.
Direct Publishing
Publishes videos with pre-configured captions, hashtags, and metadata using TikTok's video.publish endpoint.
Content Review
Retrieves the list of previously uploaded videos and reviews their status and metadata via video.list.
Performance Analytics
Fetches account statistics and video metrics using user.info.stats to analyze account performance over time.
Secure Authentication
Uses TikTok Login Kit with OAuth 2.0 and PKCE flow. Tokens are stored locally with strict handling.
Single Account Scope
All operations are performed only on behalf of the authenticated owner account. No third-party user data.
How it works
1
Authentication — The app owner signs in with TikTok via OAuth 2.0 (PKCE flow) using Login Kit, granting the app scoped access to their own TikTok account.
2
Video Preparation — Local video files (produced offline by the owner) are prepared with caption, hashtags, and post schedule metadata.
3
Upload — The video file is transmitted to TikTok using the Content Posting API's push_by_file method.
4
Publish — Once uploaded, the video is published via video.publish, appearing on the owner's TikTok profile.
5
Track — Post-publish, the app periodically fetches account statistics and video metrics for performance review by the owner.
Scopes used
- user.info.basic Read the authenticated user's basic profile (open id, avatar, display name).
- user.info.profile Read profile extensions like bio and verification status.
- user.info.stats Access account-level statistics such as follower and video counts.
- video.list Retrieve the list of videos previously uploaded by the owner.
- video.upload Upload video files to the authenticated account as drafts.
- video.publish Publish uploaded videos directly to the owner's TikTok profile.
Data usage
All information obtained through TikTok APIs is used exclusively for content management, content publishing, and account performance analysis on behalf of the authenticated owner account.
- Data is never sold or shared with third parties.
- Data is never used for advertising, profiling, or marketing purposes.
- Access tokens are stored locally on the owner's device only.
- Refresh tokens are used solely to maintain the owner's authorized session.
Full details are in the Privacy Policy.
Security
- OAuth 2.0 with PKCE (Proof Key for Code Exchange) flow prevents authorization code interception.
- All communication with TikTok APIs uses HTTPS/TLS.
- Access tokens are never logged, transmitted to third parties, or persisted outside the owner's device.
- The owner may revoke access at any time from TikTok account settings.
Compliance
moteroon operates in full compliance with:
Frequently asked questions
Who can use moteroon?
moteroon is a personal-use tool operated by its owner only. It authenticates against the owner's own TikTok account and does not accept external users.
Does moteroon collect data from any TikTok user other than the owner?
No. The app operates strictly on the authenticated owner's account and does not read, store, or process any other user's data.
How can I request removal of my data?
Because the app owner is the sole data subject, data can be removed by revoking OAuth authorization in TikTok settings and deleting the locally stored token files. See the Privacy Policy for details.
What happens to my data if I revoke access?
Upon revocation, no further API calls can be made and any locally cached tokens are invalidated. Locally stored files can be deleted by the owner at any time.
Contact
Legal