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