Preamble Recently twitter turned off API 1.0 requiring applications to move to 1.1 and begin using OAuth for all API calls. For those of us who simply wanted to display a user’s timeline in our app, that means things just got a little more complicated. There are essentially three ways to authenticate with Twitter Standard…
Category Archives: Android
TheTVDB Android App
I created an android app to search thetvdb.com Find the app here: https://play.google.com/store/apps/details?id=com.heath_bar.tvdb Find the code here: https://github.com/heathbar/TheTVDB-Android…