# File lib/omniauth/strategies/oauth/tsohu.rb, line 50
      def user_hash
        @user_hash ||= MultiJson.decode(@access_token.get('http://api.t.sohu.com/account/verify_credentials.json').body)
      end