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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user