Created
October 29, 2011 22:26
-
-
Save atypical/1325174 to your computer and use it in GitHub Desktop.
new call
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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