tags:

views:

32

answers:

3

Hi Guys,

Is there any good link to follow or an example to use Twitter API in C# .net application

Thanx

+1  A: 

i currently use tweetsharp as i think its a good client

PaulStack
A: 

There are some nice examples on this site:

http://blogs.microsoft.co.il/blogs/bursteg/archive/2008/11/15/twitter-api-from-c-getting-a-user-s-time-line.aspx

The above example shows you how to get a users timeline.

Dave

Dave
A: 

You can see twitters list of documented API's here

Already mentioned tweetsharp, and yedda are among the most popular.

Tim
the only problem with yedda is that some versions do not support DM
PaulStack
True, although it is still very young. Shows promise in my eyes.
Tim
very much agree :)
PaulStack