Skip to main content

Twitter

About 1 min

Twitter Configuration

This session shows how to register an App on Twitter. When registering the application, we are getting the following two values that are needed for later configuration in Datawiza Cloud Management Console (DCMC):

  • Consumer API Key
  • Consumer API Secret

Register a new OAuth App

  1. Register a new App on the Twitter Developer Portalopen in new window. When performing this step, make sure to login to your developer accountopen in new window on Twitter. Visit the link hereopen in new window to create one. Twitter SSO | App

  2. Select the App Environment, for testing purposes, you can choose Development or Staging. We choose Staging here as an example. Twitter SSO | App

  3. Input the App name: Twitter SSO | App

  4. Note down the API Key and API Key Secret, which are Consumer API Key and Consumer API Secret we need. then click App settings: Twitter SSO | App

  5. Click Set up: Twitter SSO | App

  6. Enable OAuth 1.0a, and Request email from users: Twitter SSO | App

  7. Input the required URLs:

  • Callback URI/Redirect URL: http(s)://yourhost.com/datawiza/authorization-code/callback
  • Website URL: http(s)://yourhost.com
  • Terms of service: Your terms of service address
  • Privacy policy: Your privacy policy address
  • Click Save. Twitter SSO | App

Please note that don’t use localhost as a callback URL, which is not valid for twitter. You can see hereopen in new window for more information.

Summary

We have shown how to register an application on Twitter. Please make sure to save the following two values for later setting in Datawiza Cloud Management Console.

  • Consumer API Key
  • Consumer API Secret