POST /1.1/statuses/update.json?include_entities=true HTTP/1.1
Accept: */*
Connection: close
User-Agent: OAuth gem v0.4.4
Content-Type: application/x-www-form-urlencoded
Content-Length: 76
Host: api.twitter.com
status=Hello%20Ladies%20%2b%20Gentlemen%2c%20a%20signed%20OAuth%20request%21
How to do an http request, I'm a newbie in Javascript and i need to post a tweet with the api (and i need to implement the sign in button) but I don't understand how to implement this http request.
Thanks in advance