renamed Twitter.java to TwitterServices.java and copied code from original TwitterServices.java (why change what works?)

added thread needed to start twitter authorization to TravelPostMain.java. Created TwitterWebAuth.java and twitterwebauth.xml
modified some strings to better explain failure points.

tested and working for authorization.
This commit is contained in:
warren powers
2011-07-13 16:11:32 +00:00
parent a2ebf10a3b
commit 1245960577
12 changed files with 286 additions and 43 deletions

View File

@@ -35,7 +35,7 @@
<string name="social_site">Social Sites</string>
<string name="twitter">Twitter</string>
<string name="twitter_already_authorized">Twitter is already authorized.</string>
<string name="twitter_authorization_failure">Unable to authorize Twitter account. Please try again.</string>
<string name="twitter_authorization_failure">Unable to authorize Twitter account. Please try again or check your Twitter settings.</string>
<string name="twitter_exception">We could not connect to Twitter. Please check your connection and try again.</string>
<string name="twitter_signin">Twitter Sign In</string>
<string name="update">Update</string>