I WANT THIS TOPIC TO BE DELETED, PLEASE

hi,
i need to know how to coleck the parameters that you use in this code( autorization header);increasingly have to take those from the page developers twitter; ther is an important note ( in api page of twitter); OAuth signing results
Important: This will only be valid for a few minutes. Also remember the cURL command will actually execute the request.

so have you try realy the code on this example( i did but it doesn`t work, i had no reponse):
making HTTP request...
HTTP/1.1 400 Bad Request
Content-Length: 0
Connection: close
when i use : client.print(F("GET /1.1/statuses/user_timeline.json?screen_name=plantaexpre&count=1 HTTP/1.1"));

 client.print(F("Host:api.twitter.com"));
    client.print(F("Authorization: OAuth oauth_consumer_key=\"j3UCRhGsBZSfRltac4zEXg\", oauth_nonce=\"XXXXXXXXXXXXXXXXXXXXXXX\", oauth_signature=\"XXXXXXXXXXXXXXXXXXXXXX\", oauth_signature_method=\"HMAC-SHA1\", oauth_timestamp=\"1364306703\", oauth_token=\"*********************************************\", oauth_version=\"1.0\""));
    //client.println("Connection:close");
    client.println();
    client.println();

have you try this code with anther Twitter APi v1.1 ???