Sha256: 667a12efcf3f416410dad2edabb247657d989154b9b1131a7ed85566b4ab32b0

Contents?: true

Size: 266 Bytes

Versions: 6

Compression:

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

6 entries across 6 versions & 1 rubygems

Version Path
fb_graph2-0.1.0 lib/fb_graph2/edge/inbox.rb
fb_graph2-0.0.11 lib/fb_graph2/edge/inbox.rb
fb_graph2-0.0.10 lib/fb_graph2/edge/inbox.rb
fb_graph2-0.0.9 lib/fb_graph2/edge/inbox.rb
fb_graph2-0.0.8 lib/fb_graph2/edge/inbox.rb
fb_graph2-0.0.7 lib/fb_graph2/edge/inbox.rb