Module: FbGraph::Connections::Family
- Included in:
- User
- Defined in:
- lib/fb_graph/connections/family.rb
Instance Method Summary collapse
Instance Method Details
#family(options = {}) ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/fb_graph/connections/family.rb', line 4 def family( = {}) users = self.connection(:family, ) users.map! do |user| User.new(user[:id], user.merge( :access_token => [:access_token] || self.access_token )) end end |