Module: FbGraph2::Edge::Outbox

Included in:
User
Defined in:
lib/fb_graph2/edge/outbox.rb

Instance Method Summary collapse

Instance Method Details

#outbox(params = {}) ⇒ Object



4
5
6
7
8
9
# File 'lib/fb_graph2/edge/outbox.rb', line 4

def outbox(params = {})
  threads = self.edge :outbox, params
  threads.collect! do |thread|
    Thread.new(thread[:id], thread).authenticate self.access_token
  end
end