# File lib/twitter/client/user.rb, line 252
      def recommendations(options={})
        options[:excluded] = options[:excluded].join(',') if options[:excluded].is_a?(Array)
        response = get('1/users/recommendations', options)
        format.to_s.downcase == 'xml' ? response['userrecommendations'] : response
      end