With Twitter becoming more and more popular, I have always wanted to explore its developer wiki and find out ways to post to Twitter programmatically. While there are a tons of third party tools such as TweetDeck etc., that allow you to tweet right from your desktop, I was looking for a resource that allows me to update my Twitter status from ASP.NET. I stumbled upon this video http://www.pluralsight.com/main/screencasts/screencast.aspx?id=httpclient-consuming-twitter-in-under-3-minutes for read/write to Twitter using the WCF REST Starter Kit Preview 2. I just wanted to take the same experience to post it from ASP.NET Webform, so the credit for the REST logic goes to the above post/video. However, for the purpose of this post, I am explaining...(read more) ...
Go to the complete details ...