Setup
Follow these steps if you have not created a Twitter OAuth client yet.- Signup for the Twitter API.
- Navigate to your Twitter Dashboard. For more information, check out Twitter’s Authentication guide.
- Create App with your application name.
- Under User authentication settings, click Set up.
- Enable OAuth 2.0 Authentication by selecting Web App, Automated App or Bot.
- Copy-paste the Redirect URI from the Dashboard into the Callback URI / Redirect URL section.
- Add your website, terms of service, and privacy policy links, and click Save.
Follow these steps if you already have an existing Twitter OAuth client.
- Navigate to your application’s User authentication settings, available in the right hand side bar of Twitter under Projects & Apps > Name of your application.
- Under User authentication settings, click Edit.
- Enable OAuth 2.0 Authentication by selecting Web App, Automated App or Bot.
- Copy-paste the Redirect URI from the Dashboard into the Callback URI / Redirect URL section.
- Add your website, terms of service, and privacy policy links, and click Save.