Sha256: a4324aa9ee7dd1fb099573d9d67c2225af62b746507b74da318c354c6cea531a
Contents?: true
Size: 342 Bytes
Versions: 4
Compression:
Stored size: 342 Bytes
Contents
module FbGraph module Connections module Inbox def inbox(options = {}) threads = self.connection(:threads, options) threads.map! do |thread| Thread.new(thread[:id], thread.merge( :access_token => options[:access_token] || self.access_token )) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems