How to Get Started | Applications
There is a renamed property starting in 1.0.1.120. TwitterUser.Friends_count is now NumberOfFriends for consistency.
Summary
This .net project provides an easy to use, object-oriented interface to twitter's online API.
Code Example
Twitter t = new Twitter(UserName, Password); t.Status.Update(UpdateString);
Get Help
If you need help, we'll do the best we can. Here's some ways you can reach us:
Get It
Pre-built binaries are available on the right. The Release-1.0 binary is a stable release. We also make available a development binary that will have more bleeding edge changes, but may be slightly less stable.