Skip to main content

Setup

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