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