Twitter / X
OAuth 2.0Connect Twitter/X accounts for automated posting
Authentication Flow
Twitter OAuth 2.0 with PKCE (Proof Key for Code Exchange) for enhanced security.
- OAuth 2.0 with PKCE flow for additional security
- Access tokens with refresh token support
- Token refresh before expiration
- Support for multiple Twitter accounts per user
Stored Credentials
- Access Token (encrypted)
- Refresh Token (encrypted)
- Token Expiration Timestamp
- User ID and Username
Security Measures
- PKCE implementation adds extra security layer
- All tokens encrypted at rest
- Automatic token refresh
- Read and write permissions scoped to posting only
