Updating Twitter feeds from C#/.NET
Posted: (EET/GMT+2)
Especially in the U.S., Twitter is a popular microblogging platform. If you are used Twitter already, chances are that you are using some third-party application to update your status on your Twitter account. And if you're a developer like me, then the question of updating Twitter tweets from your own .NET application might arise.
Twitter itself contains a nice set of developer documentation, which points to a set of third-party libraries that can update Twitter feeds. For .NET developers, some of the most popular ones include TweetSharp, Twitterizer and Yedda.
If you want to update Twitter feeds from your C# code, you could start with these libraries. The other alternative is to write everything from scratch. For that, check out the API specifications.