Home / Guides / Fix Expired OAuth Tokens

Fix “TikTok access token is required”

Resolve Postifys TikTok publish errors that say an access token is required by reconnecting the creator account and verifying connections.

Reviewed: 2026-08-10

Answer: Reconnect TikTok in Postifys, confirm the creator appears in /api/connections, pass tiktokAccountId when you have multiple accounts, then retry. Do not paste platform tokens into n8n - use the Postifys API key only.

Steps

  1. Open Postifys and reconnect TikTok for the workspace.
  2. Run the list connections workflow or dashboard connections view.
  3. Publish again with a public MP4 videoUrl.
  4. Use Direct Post for automatic publishing, or Draft Upload when creator completion in TikTok is intentional.

TikTok docs · Inbox vs Direct Post

What this means in a real publishing workflow

This error means the selected TikTok creator does not have a usable access token in Postifys. The connection may have expired, been revoked, or belong to another Postifys user.

Recommended implementation

  1. Open Postifys connections and confirm the intended TikTok creator is listed.
  2. Reconnect TikTok under the same Postifys account used by n8n.
  3. Refresh the n8n account selector.
  4. Retry only after the creator ID is returned by the connection endpoint.

How to verify the fix

Changing the caption or media will not fix authentication. The workflow credential and connected TikTok account must belong to the same Postifys user.

Operational check: Test with one item, confirm the final destination and Postifys history state, and only then enable the recurring workflow. Keep the returned Postifys ID beside the source row so every result remains traceable.

Related Postifys resources

API documentation · Error reference · n8n automation guide · Safe retry guide · Compatibility matrix

Technical reviewer: Postifys engineering (docs sourced from live API behavior). Contact support@postifys.com.

Continue learning