tags:

views:

129

answers:

4

Can any one suggest me to best C# twitter api for developing application with twitter api?. I want all the advance functionality of twitter in my application.

+2  A: 

Twitterizer

Jason
A: 

Here is some code to post to a twitter account:

http://www.dreamincode.net/code/snippet2556.htm

Mark Redman
A: 

LINQ to Twitter, if your app is LINQ-enabled.

"LINQ to Twitter is a LINQ Provider for the Twitter micro-blogging service. It uses standard LINQ syntax for queries and includes method calls for changes via the Twitter API."

I haven't used this myself, just found it when browsing and passing it on. It's interesting that if you search with the #linqtotwitter hashtag, you can see all the test tweets, which all start with "Ç".

Rafe Lavelle
+1  A: 

May I humbly suggest TweetSharp. It has full support for the API including the Search API and updates are released as soon as possible to address changes in the twitter API. (for instance, it already supports the upcoming GeoLocation APIs).

It's open source (MIT license), so you can use it free for pretty much anything you want.

Disclosure: I'm a project owner.

Jason Diller

related questions