# File lib/twitter/api.rb, line 716
    def friendships(*args)
      options = args.extract_options!
      options.merge_users!(Array(args))
      collection_from_response(Twitter::User, :get, "/1/friendships/lookup.json", options)
    end