Skip to content

Instantly share code, notes, and snippets.

@mogya
Created January 18, 2011 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mogya/784373 to your computer and use it in GitHub Desktop.
Save mogya/784373 to your computer and use it in GitHub Desktop.
oAuthAdapter.send({
url:'https://api.twitter.com/1/statuses/update.json',
parameters:[
['status', '@mogya Hay I got working oAuthAdapter! '+Math.random()]
],
method:'POST',
onSuccess:function(responce){
alert('post succeed');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment