Abstract
These are steps for registering a Twitter application and getting the following values needed by Twitter4J:
These are steps for registering a Twitter application and getting the following values needed by Twitter4J:
OAuthConsumerKeyOAuthConsumerSecretOAuthAccessTokenOAuthAccessTokenSecret
Step 1
Go to Twitter OAuth client page:
Step 2
Click the "Create new app" button (figure 1).
Click the "Create new app" button (figure 1).
Figure 1: Create New App button
Step 3
Fill out all the information for your application. For the website information, I typically use either my SourceForge or GitHub websites, depending on where the source code for the project resides.
Step 4
When you are done entering your application information, click the "Create your Twitter application" button (figure 2).
Fill out all the information for your application. For the website information, I typically use either my SourceForge or GitHub websites, depending on where the source code for the project resides.
Step 4
When you are done entering your application information, click the "Create your Twitter application" button (figure 2).
Figure 2: Create your Twitter application button
Step 5
Click the "Test OAuth" button. (figure 3)
Click the "Test OAuth" button. (figure 3)
Figure 3: Test OAuth button
Step 6
After you click the "Test OAuth" button, the information shown on the page will give you the values for the following Twitter4J values (figure 4).
ConsumerKeyConsumerSecret
Figure 4: Twitter4J ConsumerKey & ConsumerSecret
Step 7
Click the "application details page" link (figure 5).
Click the "application details page" link (figure 5).
Figure 5: The application details page link
Step 8
Click on "API Keys" tab at the top of the page (figure 6).
Click on "API Keys" tab at the top of the page (figure 6).
Figure 6:The API Keys link
Step 9
Scroll down and click on "Create my access token" button (figure 7).
Scroll down and click on "Create my access token" button (figure 7).
Figure 7: The Create my access token button
Step 10
After you
click the "Create my access token" button, the page will refresh (or you may need to do it manually) and the information shown on the page will
give you the values for the following Twitter4J values (figure 8).AccessTokenAccessSecret
Figure 8: Twitter4J AccessToken & AccessSecret
No comments:
Post a Comment