I am creating an app in which i want to show the current profile image of twitter of user after he successfully logs 开发者_JS百科into his account. till now i am able to log in to twitter successfully but don't know how to get the image of profile.
I think i have to call users/show method from the api, if anyone has idea how to do it please help.
thanks
https://dev.twitter.com/docs/api/1/get/users/show
gives the basic information about a user, parse it to get url of the profilepic
精彩评论