Unable to connect ethernet shield to internet

Do not send the URL in the GET, just the file.

         if(client.connect(server,80))
         {
              client.println("GET /statuses/user_timeline/HAutomation.rss HTTP/1.0"); 
              client.println();
          }
          else
          {
               Serial.println("Unable to connect to Twitter");
           }