I recently created a service to post updates to the Twitter account of my website ( http://twinsornot.com/ ). I found some codes that does that, but using the HttpWebRequest . I decided to make it more simple by using WebClient . Here's the Visual Basic...