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