Re: [twitter-dev] Getting larger scale user avatars

2011-02-27 Thread Max Niederhofer
Also, have a look at http://tweetimag.es/. On Sat, Feb 26, 2011 at 9:09 PM, Scott Wilcox wrote: > Hi Tom, > > You can change the ending of the URL to manipulate the image, like so: > > This is the returned JSON which is 48x48px: > "profile_image_url" : > "http://a1.twimg.com/profile_images/12298

Re: [twitter-dev] Getting larger scale user avatars

2011-02-26 Thread Scott Wilcox
Hi Tom, You can change the ending of the URL to manipulate the image, like so: This is the returned JSON which is 48x48px: "profile_image_url" : "http://a1.twimg.com/profile_images/1229819325/bw_normal.jpg"; 73x73px: http://a1.twimg.com/profile_images/1229819325/bw_bigger.jpg Original: http://

[twitter-dev] Getting larger scale user avatars

2011-02-26 Thread t.arnf...@googlemail.com
Hey, I noticed today when using the API that the avatars that come back via the account/verify_credentials are 48 x 48 pixels in size. Is there a way to get a larger size, something more like 96 x 96? Thanks, Tom Arnfeld @twtmore -- Twitter developer documentation and resources: http://dev.twit