# File lib/twitter/client/friends_and_followers.rb, line 119
      def friendships_outgoing(options={})
        options = {:cursor => -1}.merge(options)
        cursor = get("/1/friendships/outgoing.json", options)
        Twitter::Cursor.new(cursor, 'ids')
      end