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

@@ -1,9 +1,6 @@
added logs to FacebookActivity.onComplete()
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.
onComplete() is being called but still the activity is not finishing. When you hit back it works as expected.
I've tried adding flags to the calling intent, intializing all lifecycle methods and even arranging the order things are called.
tested and working for authorization.
I have tried these intent flags so far:
FLAG_ACTIVITY_NO_HISTORY
FLAG_ACTIVITY_NEW_TASK
FLAG_ACTIVITY_CLEAR_TASK