Module: FbGraph2::Edge::Links

Included in:
Page, User
Defined in:
lib/fb_graph2/edge/links.rb

Instance Method Summary collapse

Instance Method Details



4
5
6
7
8
9
# File 'lib/fb_graph2/edge/links.rb', line 4

def links(params = {})
  posts = self.edge :links, params
  posts.collect! do |post|
    Post.new(post[:id], post).authenticate self.access_token
  end
end