Sha256: 10e97a3ccda5ed8d6f54b0ccce07084e479c6ce7222e547506f5711e78f6de60

Contents?: true

Size: 346 Bytes

Versions: 38

Compression:

Stored size: 346 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

38 entries across 38 versions & 1 rubygems

Version Path
fb_graph-2.1.3 lib/fb_graph/connections/threads.rb
fb_graph-2.1.2 lib/fb_graph/connections/threads.rb
fb_graph-2.1.1 lib/fb_graph/connections/threads.rb
fb_graph-2.1.0 lib/fb_graph/connections/threads.rb
fb_graph-2.1.0.alpha lib/fb_graph/connections/threads.rb
fb_graph-2.0.2 lib/fb_graph/connections/threads.rb
fb_graph-2.0.1 lib/fb_graph/connections/threads.rb
fb_graph-2.0.0 lib/fb_graph/connections/threads.rb
fb_graph-2.0.0.beta lib/fb_graph/connections/threads.rb
fb_graph-2.0.0.alpha lib/fb_graph/connections/threads.rb
fb_graph-1.9.5 lib/fb_graph/connections/threads.rb
fb_graph-1.9.4 lib/fb_graph/connections/threads.rb
fb_graph-1.9.3 lib/fb_graph/connections/threads.rb
fb_graph-1.9.2 lib/fb_graph/connections/threads.rb
fb_graph-1.9.1 lib/fb_graph/connections/threads.rb
fb_graph-1.9.0 lib/fb_graph/connections/threads.rb
fb_graph-1.8.2 lib/fb_graph/connections/threads.rb
fb_graph-1.8.1 lib/fb_graph/connections/threads.rb