invalid_scope means the TikTok connection lacks a scope required for the selected method. Reconnect TikTok so the approved Postifys app can request video.publish for Direct Post and video.upload for Draft Upload.What this means in a real publishing workflow
TikTok invalid_scope is an OAuth configuration or app-approval problem. It occurs before media publishing and cannot be fixed by retrying the video.
Recommended implementation
- Compare the requested scopes with those enabled for the TikTok app.
- Use the exact production redirect URI registered with TikTok.
- Remove unsupported scopes from the authorization request.
- Reconnect the creator after the app configuration is corrected.
How to verify the fix
Development and production apps can have different approved products. Confirm the domain, client key, redirect URI, and enabled Content Posting capabilities all belong to the same TikTok app.
Related Postifys resources
API documentation · Error reference · n8n automation guide · Safe retry guide · Compatibility matrix