What is the preferred way to post something to your Twitter?
Earlier you could use:
Twitter twitter = new Twitter(username, password);
twitter.updateStatus("Ohai, I can haz cheeseburger?!");
However, that doesn't work now. What is the alternative way?