Twittering with Arduino+Ethernet Shield

Is the IP address that you are using valid for your network? What Arduino board are you using? How is the Ethernet shield connected to the Internet?

Try the following and see if you get more information.

// ...
int status = twitter.wait(&Serial);
// ...