views:

1413

answers:

4

I wondering if I'm going to make a twitter app, but not sure which one of these libraries I should use. Any suggestions?

C#/.NET Libs

The app should be able to post new tweets, read tweets(from "All Friends"), read "Mentions" and Direct Messages. Possibly also a search function...

+3  A: 

I've never used any of them, but I'm going to vote for tweet#, because I heard an interview with the developer on .NET rocks, and it seemed like the developers were pretty clued up guys

Orion Edwards
+1 for .net rocks!
Nader Shirazie
+8  A: 

Tweetsharp gets my vote. Not only does it handle the direct Twitter APIs, but it takes care of a a lot of the plumbing work (such as OAuth) and makes it really simple to develop.

Sam
Thanks, I'll check that out :)
Thomas Sandberg
Note that TweetSharp developers are themselves now focusing on Hammock - http://hammock.codeplex.com/ - and RESTful development. See http://tweetsharp.codeplex.com/Thread/View.aspx?ThreadId=213604
Dan Diplo
+1  A: 

http://dev.twitter.com/pages/libraries#csharp

I'd also choose tweetsharp.

Dave K
+1  A: 

LINQ to Twitter is a really good choice. I recommend it.

Sam
Looks very nice, I'll look into that one :)
Thomas Sandberg