Object
A simple representation of a friend list.
We need this to be an integer, so do the conversion
# File lib/facebooker/models/friend_list.rb, line 12 def flid=(f) @flid= ( f.nil? ? nil : f.to_i) end