Skip to content

Commit 975d2b3

Browse files
author
pocha
committed
English error correction in twitter4j lesson
1 parent 03e31bb commit 975d2b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

twitter-http-challenge/_real_twitter_with_twitter4j.html.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ For using Twitter4J library, you need to register an app at [http://dev.twitter.
1616

1717
1) Modify MainActivity.java to have only one 'Sign in with Twitter' button . Remove the LinearLayouts containing username & password fields. Hook up the button with Twitter4J so that the user gets redirected to Twitter for authentication.
1818

19-
2) Our tests will not be access the webView & fill in the data. Our tests will be using @DroidChallenge user oAuth token to test your app. We need to mandate that you should store the token details in your app in **codelearn_twitter** SharedPreference with key **key_acc_token** for the token & **key_acc_token_secret** for the secret. We are simply going to write @DroidChallenge token values to these keys in the SharedPreference to test your app on our server.
19+
2) Our tests will not be able to access the webView & fill in the data once user gets redirected to Twitter. Our tests will be using @DroidChallenge user oAuth token to test your app. We need to mandate that you should store the token details in your app in **codelearn_twitter** SharedPreference with key **key_acc_token** for the token & **key_acc_token_secret** for the secret. We are simply going to write @DroidChallenge token values to these keys in the SharedPreference to test your app on our server.
2020

21-
**P.S. - We will not get your twitter account token details this way & the app will not post as you when run on our server. Just pause & think for a minute if you do not get it.**
21+
**P.S. - We will not get your twitter account token details this way & the app will not post as you when run on our server. Just pause & think for a minute if you are still in doubt.**
2222

2323
It is a good practice to store these names in TwitterConstants.java
2424

@@ -85,6 +85,6 @@ It is a good practice to store these names in TwitterConstants.java
8585
</RelativeLayout>
8686

8787

88-
Add the logic to post the tweet on button click.
88+
**Add the logic to post the tweet on button click.**
8989

90-
4) Add a menu item on TweetListActivity to take user to ComposeTweetActivity**. Overall, there should only be two menu items - the first for Refresh of tweets, the second one for compose tweet.
90+
4) Add a menu item on TweetListActivity to take user to **ComposeTweetActivity**. Overall, there should only be two menu items - the first for Refresh of tweets, the second one for compose tweet.

0 commit comments

Comments
 (0)