Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.66 KB

registerTwitter.md

File metadata and controls

28 lines (16 loc) · 1.66 KB

How to register the app with Twitter:

These are some of the steps and screen-shots to register your app with Twitter:

  • You can register the app over here. When you click on the link you are forwarded to Twitter's developer site. You need to Sign-in with your Twitter account. If you dont have the twitter account you can sign-up with twitter and get then login with the new account credentials. The Sign-in button is on the top right.

    image

  • After logging in with the Twitter credentials, you can manage your existng applications or create/register new applications with Twitter by clicking on 'My Applications' as shown in the screenshot.

    image

  • Now you can see your existing applications if you have any registered before. You can register the app by clicking on 'Create a new application' button.

    image

  • You will now have to fill the application details, agree the rules and the submit the form to register the app.

    image

  • After registering the app, you'll see the API key and API secret values under the API Keys tab. To get your API access token, click 'Create my access token' at the bottom of the page and you will see the generated access token and access token secret image

  • You can just copy these tokens (API key, API secret, access token, access token secret) in your application and you are all set to use the Twitter API. You will need to check the documentation to use the various REST APIs.