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

Version Path
fb_graph-1.8.6 lib/fb_graph/connections/inbox.rb
fb_graph-1.8.5 lib/fb_graph/connections/inbox.rb
fb_graph-1.8.4 lib/fb_graph/connections/inbox.rb
fb_graph-1.8.3 lib/fb_graph/connections/inbox.rb