You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: registerTwitter.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,27 +5,27 @@ How to register the app with Twitter:
5
5
6
6
- You can register the app over [here](https://dev.twitter.com/). 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.
- 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.
- 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.
- After registering the app you'll see the Consumer key and Consumer secret in the OAuth settings. But you also need to create access token and access token secret. You can do that by clicking the 'Create my access token'.
- You can just copy these tokens (consumer key, consumer 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 [documentaion](https://dev.twitter.com/docs/api/1.1) to use the various REST APIs.
0 commit comments