Sha256: 6a9c5614b024b334ee406a6deadfb4ef1e278fce480ed5e368faf54ecbf4c4a7
Contents?: true
Size: 368 Bytes
Versions: 28
Compression:
Stored size: 368 Bytes
Contents
module FbGraph module Connections module PromotablePosts def promotable_posts(options = {}) posts = self.connection :promotable_posts, options posts.map! do |post| PromotablePost.new post[:id], post.merge( :access_token => options[:access_token] || self.access_token ) end end end end end
Version data entries
28 entries across 28 versions & 1 rubygems