Skip to content

Instantly share code, notes, and snippets.

@atypical
Created October 29, 2011 22:26
Show Gist options
  • Save atypical/1325174 to your computer and use it in GitHub Desktop.
Save atypical/1325174 to your computer and use it in GitHub Desktop.
new call
userInfo: function (success, failure)
{
var url = OAuth.Tumblr.API_URL +
OAuth.Tumblr.API_VERSION +
OAuth.Tumblr.API_USER_INFO;
this.oauth.postJSON(url, success, failure);
return this;
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment