# File lib/twitter/base.rb, line 43
    def friends_for(id)
      users(call(:friends, {:args => {:id => id}}))
    end