Search code examples
iphonetumblr

How to get tumblr user name from access token


How can I retrieve tumblr user name from tumblr access token?


Solution

  • Read the API documentation thoroughly. You need to call the User Info method through OAuth with the access token and that will return a json object that includes the information that you're wanting and then some.