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?
Asked
Active
Viewed 715 times
0
-
then you should probably look into this thread: http://stackoverflow.com/questions/6395945/how-to-get-user-information-from-twitter-in-android-app – Abhijit Feb 08 '12 at 05:08
-
Try this post http://stackoverflow.com/questions/6395945/how-to-get-user-information-from-twitter-in-android-app – Ajay Feb 08 '12 at 07:10
1 Answers
1
use twitter REST api's "account/verify_credentials".
for more info https://dev.twitter.com/docs/api/1/get/account/verify_credentials

pahan
- 2,445
- 1
- 28
- 36