# File lib/omniauth/strategies/oauth2/vkontakte.rb, line 92
      def user_hash
        {
          'user_hash' => {
            'gender' => @data['sex'],
            'timezone' => @data['timezone'],
            # 200px maximum resolution of the avatar (http://vkontakte.ru/developers.php?o=-17680044&p=Description+of+Fields+of+the+fields+Parameter)
            'photo_big' => @data['photo_big'],
          }
        }
      end