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