Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save NV/128788 to your computer and use it in GitHub Desktop.
Save NV/128788 to your computer and use it in GitHub Desktop.
var request = new XMLHttpRequest;
request.open('POST', 'http://twitter.com/statuses/update.json', false, 'username','password');
request.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
request.send('status=Quack-quack!');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment