[twitter-dev] Getting a Twitter User's Profile Image

2010-09-30 Thread Jayawi Perera
Hi all, I have a page in which there is a listing of past tweets. In this page, I want to display the author's profile image next to the tweet. I've come across the following: http://dev.twitter.com/doc/get/users/profile_image/:screen_name My question is, is it wrong to use this as the src

Re: [twitter-dev] Getting a Twitter User's Profile Image

2010-09-30 Thread Tom van der Woerdt
Every image you load using this method counts as 1 API request. So, yes, that's bad. Tom On 9/30/10 11:48 AM, Jayawi Perera wrote: Hi all, I have a page in which there is a listing of past tweets. In this page, I want to display the author's profile image next to the tweet. I've come