Skip to content

Commit 8db75c3

Browse files
committed
fixed images
1 parent 0511a0c commit 8db75c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

registerTwitter.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@ How to register the app with Twitter:
55

66
- 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.
77

8-
![image](http://git.w3.bluemix.net/jmsova/test-twitter/raw/master/images/twitHome.png)
8+
![image](/images/twitHome.png)
99

1010
- 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.
1111

12-
![image](http://git.w3.bluemix.net/jmsova/test-twitter/raw/master/images/appl.png)
12+
![image](/images/appl.png)
1313

1414
- 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.
1515

16-
![image](http://git.w3.bluemix.net/jmsova/test-twitter/raw/master/images/myappl.png)
16+
![image](/images/myappl.png)
1717

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

20-
![image](http://git.w3.bluemix.net/jmsova/test-twitter/raw/master/images/app_details.png)
20+
![image](/images/app_details.png)
2121

2222
- 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'.
2323

24-
![image](http://git.w3.bluemix.net/jmsova/test-twitter/raw/master/images/tokens.png)
24+
![image](/images/tokens.png)
2525

2626
- You can see the generated access token and access token secret by clicking on the OAuth tool tab.
2727

28-
![image](http://git.w3.bluemix.net/jmsova/test-twitter/raw/master/images/access_tokens.png)
28+
![image](/images/access_tokens.png)
2929

3030
- 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.
3131

0 commit comments

Comments
 (0)