I have created android application integrating with twitter and my application wants to authenticate the application by using a twitter user name and password for some operations. I want to display this authenticated user name in my application. Is there any way to get the authenticated user name to my application?
I have created android application integrating with twitter and my application wants to authenticate
Share
use twitter REST api’s “account/verify_credentials”.
for more info https://dev.twitter.com/docs/api/1/get/account/verify_credentials