How can I retrieve tumblr user name from tumblr access token?
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.