# File lib/omniauth/strategies/oauth/tumblr.rb, line 52 def user_hash url = 'http://www.tumblr.com/api/authenticate' @user_hash ||= Hash.from_xml(@access_token.get(url).body) end