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