Sha256: f4da3c6c96b26fe2ae24946f60852940ad8bd778c0617e42c593c058375d6689
Contents?: true
Size: 325 Bytes
Versions: 42
Compression:
Stored size: 325 Bytes
Contents
module FbGraph module Connections module Home def home(options = {}) posts = self.connection(:home, options) posts.map! do |post| Post.new(post[:id], post.merge( :access_token => options[:access_token] || self.access_token )) end end end end end
Version data entries
42 entries across 42 versions & 1 rubygems