Reputation: 729
I'm want to show any twitter user profile pic and his/her tweet count in my application(JSP) I searched and could find or didn't understand how to approach this, could someone throw me soem tips how and where to start, what i basically need is to show a twitter profile only picture of any user and his tweet count.
if i need to access Twitter profile pics what should i need ? how to start with ? any tutorials ? basic tutorial to start access twitter api is much appreciated ?
What i tried is http://webtutsdepot.com/2010/05/10/how-to-check-for-new-tweets-from-a-user/
Upvotes: 0
Views: 1196
Reputation: 1105
Twitter API 1 is now replaced by API 1.1 which requires OAuth, check https://dev.twitter.com/docs/api/1/get/statuses/user_timeline
Upvotes: 1