Anu
Anu

Reputation: 7177

How to Get twitter authentication name to android application?

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

Answers (1)

pahan
pahan

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

Related Questions