# File lib/twitter/base.rb, line 32
    def friends_for(id, options={})
      friends(options.merge({:id => id}))
    end