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
httpリクエストを行うには、私はJavascriptで初心者ですが、私はapiでツイートを投稿する必要があります(そして私はサインインボタンを実装する必要があります)。私はこのHTTPリクエストを実装する方法を理解していません。あなたはjQueryプラグインを使用することができ、事前javascriptでhttpリクエストを行う方法
https://developer.mozilla.org/en/US/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest – Quentin