Today, we’ re going to see how to make a simple web request with C# in order to update our status in Twitter. What we need is our username, password, new status and Twitter’s API update status page url. Now, we create a new HttpWebRequest object for the...