Skip to main content

Twitter

Learn how to authorize RAW to read Twitter.

How to create

To access Twitter's API you will need an API key and secret Twitter developer app. You can get more information about apps from Twitter's developer documentation

Getting an API Key and Secret

To acquire a API key and secret please follow Twitters instructions from here

Registering Twitter Credentials

Go to our admin page, click on "Repositories" -> "Credentials" and click on the Twitter icon.

Register twitter

In the popup form add:

  • The name you want to give to this credential.

  • The api key as client ID.

  • The API secret as client secret.

    Register twitter