Sha256: bebe0837202c3487ef49fe40377c8cf1c05daaa41ac283a30049dc6590df66ce
Contents?: true
Size: 344 Bytes
Versions: 59
Compression:
Stored size: 344 Bytes
Contents
module FbGraph module Connections module Threads def threads(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
59 entries across 59 versions & 1 rubygems