That means i want to get the details or profile info of user from twitter in my android application.
Asked
Active
Viewed 1,072 times
0
-
Read [this][1] [1]: http://stackoverflow.com/questions/6395945/how-to-get-user-information-from-twitter-in-android-app – Nguyen Minh Binh Jan 05 '12 at 08:52
1 Answers
0
All you need to do is to use OAuth in which your user will authorize your APP to access his/her data and once user has authorize your app, you can access his/her profile information or can tweet on behalf of him,follow/follow what ever access twitter give to your APP.
For more detail read there official documentation of OAuth

Umesh Awasthi
- 23,407
- 37
- 132
- 204
-
I was already done the oAuth authentication. In my android application profile button is there when i was click that profile button it displays user profile info. – user946456 Dec 24 '11 at 07:37
-
@user946456:Than better describe what exactly you want.Your question is not clear in that way – Umesh Awasthi Dec 24 '11 at 07:50
-
@user946456 - i think u want to show information of particular user without using id,password of that user,,right? – Patel Ekta Jan 26 '12 at 11:44