Sha256: f06bcda8dcb0f38955f0e36957cd7f5872b73d1836e29b16c5449855182c7931
Contents?: true
Size: 287 Bytes
Versions: 37
Compression:
Stored size: 287 Bytes
Contents
module FbGraph2 class Edge module PromotablePosts def promotable_posts(params = {}) posts = self.edge :promotable_posts, params posts.collect! do |post| Post.new(post[:id], post).authenticate self.access_token end end end end end
Version data entries
37 entries across 37 versions & 1 rubygems