Good morning, all.

After a lot of work and late nights, I finally have something to give back to the VBForums community which has helped me so much.

TwitterVB is a library for communicating with Twitter. It's 100% Visual Basic.NET and coded against version 2.0 of the .NET Framework. It is free, and it is open source.

TwitterVB contains a working implementation of OAuth, which allows your application's name to appear in tweets.

I hope that this library proves to be useful to VB.NET developers who are looking to develop their own Twitter applications.

TwitterVB can be found at http://code.google.com/p/twittervb

If you'd like to see a working implementation of TwitterVB in action, you can look at the Twitter client that I built with it: Quitter. Like TwitterVB, Quitter is 100% Visual Basic.NET. It is also free and open source. Quitter can be found at http://code.google.com/p/quitter-client.

Regards,
Duane Roelands