Android- Fixing the Spring Android Twitter Example
getWebView().setWebViewClient(new TwitterOAuthWebViewClient());I have been using the excellent Spring Android for interaction with an api for an app I am developing at work. The spring-android-showcase project has been excellent in helping me breeze through development. I easily implemented Facebook connections using the FacebookWebOAuthActivity One issue I found when implementing the TwitterWebOAuthActivity was that...