can any one tell me the proper steps to perform the Open Auth for twitter login from my Android app? and one more thing is it posible to perform the login authentication of the twitter account without gng to the Twitter Login Page from my APP?
Idea is using the twitter account for loging in to my android APP (Authentication) ?
i hav tried it but it is gng to the twitter webview for the authentication without typing the username and password in my app?
so pls help me ! thanks in advance !!
App Setup
Add INTERNET permission in AndroidManifest.xml
Add twitter SDK dependency to build.gradle (Module:app)
In Activity
You will have to use the
Twitter OAuth
for the purpose of Authentication for your App.The Example of
twitter OAuth
is describedhere
It helps me for Twitter integration in android application.
This is offical Twitter Kit for Android(Twitter SDK)
check this link https://dev.twitter.com/twitterkit/android/installation
Inside your layout, add a Login button with the following code:
In the Activity