Twitter API Image Redirect Sizes

If you need to link in a person’s current avatar in your web app, @raffi added a neat little trick to pull in a couple different sizes. Very handy!

http://api.twitter.com/1/users/profile_image/damon?size=mini
damon

http://api.twitter.com/1/users/profile_image/damon?size=normal
damon

http://api.twitter.com/1/users/profile_image/damon?size=bigger
damon

It does a 302 to the current avatar image file on S3.