Reputation: 7177
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?
Upvotes: 0
Views: 720
Reputation: 2453
use twitter REST api's "account/verify_credentials".
for more info https://dev.twitter.com/docs/api/1/get/account/verify_credentials
Upvotes: 1