Twitter OAuth
Set up Twitter authentication for your Conduit application.
Configuration Steps
- Go to Twitter Developer Portal
- Create new project and app
- Enable OAuth 2.0
- Configure callback URL:
http://localhost:3000/hook/authentication/twitter - Note your Client ID and Client Secret
- In Conduit Admin Panel, enable Twitter provider
- Enter your credentials and save
Test Authentication
curl -X GET 'http://localhost:3000/authentication/init/twitter'
Navigate to the returned URL to complete the OAuth flow.
Production
Update callback URL for production:
https://yourdomain.com/hook/authentication/twitter