Sha256: 7c2f03c0c5d25c98ff170562032254ce436a0f6e01f184a91b8a4f706899c660
Contents?: true
Size: 369 Bytes
Versions: 4
Compression:
Stored size: 369 Bytes
Contents
module FbGraph module Connections module FormerParticipants def former_participants(options = {}) users = self.connection(:former_participants, options) users.map! do |user| User.new(user[:id], user.merge( :access_token => options[:access_token] || self.access_token )) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems