[twitter-dev] about image-size in newtwitter

2010-10-01 Thread Rushikesh Bhanage
Hi there, I got the new look of new twitter, and liked it a lot. The profile-image size in newtwitter has been increased from previous(48*48). When I increase the profile image size of the user(the image i get from api right now), it looks unclear, blur type. I just need to know that,

Re: [twitter-dev] about image-size in newtwitter

2010-10-01 Thread Thomas Mango
If you're using the profile_image_url from the API, you can remove the _normal from the suffix to get the original size, although you have to make sure the user doesn't have a default image. You can also use this API method: http://dev.twitter.com/doc/get/users/profile_image/:screen_name The