unauthorizedHTTP 401AuthenticationThe stored access token is no longer accepted.
- Why it happens
- The user revoked app access, changed their password, or X invalidated tokens during a security event.
- How to fix
- Trigger the OAuth 2.0 flow again to mint a fresh access + refresh token pair.
- How PostPeer handles it
- PostPeer auto-refreshes X tokens before they expire. A surfaced "unauthorized" almost always means the user revoked access manually.