Getting Twitter Profile Image Via C# With 1.1 API
If you know someone's Twitter handle and would like to display their twitter avatar on your website, here's some code to get the URL of their avatar. First, you'll need to register at http://dev.twitter.com and acquire a ConsumerKey, ConsumerSecret, Token and TokenSecret -- now that Twitter supports application only authentication, there isn't any handshaking involved; you just need to craft up the right OAuthCredentials for a
[Read More]