# File lib/twitter/base.rb, line 41
    def followers_for(id, options={})
      followers(options.merge({:id => id}))
    end