module FbGraph2::Edge::SharedPosts

Public Instance Methods

shared_posts(params = {}) click to toggle source
# File lib/fb_graph2/edge/shared_posts.rb, line 4
def shared_posts(params = {})
  posts = self.edge :sharedposts, params
  posts.collect! do |post|
    Post.new(post[:id], post).authenticate self.access_token
  end
end
Also aliased as: sharedposts
sharedposts(params = {})
Alias for: shared_posts