Twitter Authentication through Android's AccountManager classes
I am developing an android application and want to integrate Twitter. What I understand is if on user's device, official android Twitter app is installed then we can authenticate using account manager as mentined here .. and if not installed then show twitter login web page. Is my understanding correct? Now authenticating using twitter web login page is working fine. But how do I login using account manager? Using AccountsType as "com.twitter.android.auth.login" I got token and token secret using account manager from •com.twitter.android.oauth.token •com.twitter.android.oauth.token.secret I am