# File lib/twitter/client/search.rb, line 19
      def images(q, options={})
        response = get('i/search/image_facets', options.merge(:q => q), :phoenix => true)
        format.to_s.downcase == 'xml' ? response['statuses'] : response
      end