Sha256: 622f04d7ff17003dff73b8c85ed4192b34a2b67d8668aea8c23fad56606a7507

Contents?: true

Size: 267 Bytes

Versions: 29

Compression:

Stored size: 267 Bytes

Contents

module FbGraph2
  class Edge
    module Inbox
      def inbox(params = {})
        threads = self.edge :inbox, params
        threads.collect! do |thread|
          Thread.new(thread[:id], thread).authenticate self.access_token
        end
      end
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
fb_graph2-0.4.1 lib/fb_graph2/edge/inbox.rb
fb_graph2-0.4.0 lib/fb_graph2/edge/inbox.rb
fb_graph2-0.3.2 lib/fb_graph2/edge/inbox.rb
fb_graph2-0.3.1 lib/fb_graph2/edge/inbox.rb
fb_graph2-0.3.0 lib/fb_graph2/edge/inbox.rb
fb_graph2-0.2.0 lib/fb_graph2/edge/inbox.rb
fb_graph2-0.1.3 lib/fb_graph2/edge/inbox.rb
fb_graph2-0.1.2 lib/fb_graph2/edge/inbox.rb
fb_graph2-0.1.1 lib/fb_graph2/edge/inbox.rb