0

That means i want to get the details or profile info of user from twitter in my android application.

Zeke
  • 1,974
  • 18
  • 33
user946456
  • 69
  • 9

1 Answers1

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