Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

Thanx

share|improve this question

4 Answers

i currently use tweetsharp as i think its a good client

share|improve this answer

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

share|improve this answer

I'm a fan of Twitterizer. It's worked like a charm on many projects.

share|improve this answer

Here is an example showing how to connect to Twitter using TweetSharp.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.