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