Re: [twitter-dev] Re: How to get bigger profile images

2010-12-13 Thread Tom van der Woerdt
A quick look on Google gave me this code : $("#profile_image").html(''); So just get the normal one and replace it with reasonably_small. (Of course, the above code isn't perfect, as it will also match "normal" in the rest of the URL, but I hope that you get the point. Tom On 12/13/10 10:4

Re: [twitter-dev] Re: How to get bigger profile images

2010-12-13 Thread Tom van der Woerdt
Well, the API returns (in my case) http://a3.twimg.com/profile_images/1079883403/_MG_0016_normal.jpg. Replacing "_normal.jpg" with "_reasonably_small.jpg" (so that it becomes http://a3.twimg.com/profile_images/1079883403/_MG_0016_reasonably_small.jpg) seems to work. Tom On 12/13/10 10:15 AM

Re: [twitter-dev] Re: How to get bigger profile images

2010-12-13 Thread Tom van der Woerdt
Actually, /1/users/profile_image/tvdw returned my 500x500 image.. All I did was upload it at twitter.com like any other user would. Tom On 12/13/10 9:10 AM, Christian Fazzini wrote: How would I get 128x128? i.e. from http://a3.twimg.com/profile_images/290187007/n500024856_39228_3390_reasonabl