# File lib/twitter/rest/friends_and_followers.rb, line 89
      def friendships_outgoing(options = {})
        perform_get_with_cursor('/1.1/friendships/outgoing.json', options, :ids)
      end