Wow, Ive been trying to get a simple Android Twitter app to work but its been impossible. I come from an iOS background. Im currently trying to make these work:
-
MyTwitter app from Marakana. http://marakana.com/forums/android/examples/312.html
-
Marakana Simple OAuth demo. https://github.com/marakana/OAuthDemo
-
Twitter4j Sample itog_lab. https://github.com/itog/Twitter4j-android-Sample
-
AndroidTwitterSample. http://www.android10.org/index.php/articleslibraries/291-twitter-integration-in-your-android-application#josc329
I always get unauthorized error unable to request access token. Has anyone had this experience?
If you are content with calling Twitter using Intent (meaning that you will need the Twitter app already installed for this to work), you can access Twitter with something like this: