Can anyone recommend a good Twitter SDK for C# (preferably open source)?
I found several on places like codeplex such as NTwitter. But these are a few years old and Twitter recently changed the login to OAuth.
I’ll be using it from a WinForms app, although I may want to integrate with WPF at some point in the future.
NOTE: All I really need to do is post tweets programmatically. So if anyone has something simpler that allows this and supports OAuth, I’d be very interested in that.
CodePlex is your friend 🙂
I have used TweetSharp before with good success. http://tweetsharp.codeplex.com/