Module: FbGraph2::Edge::TaggableFriends

Included in:
User
Defined in:
lib/fb_graph2/edge/taggable_friends.rb

Instance Method Summary collapse

Instance Method Details

#taggable_friends(params = {}) ⇒ Object



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

def taggable_friends(params = {})
  taggable_friends = self.edge :taggable_friends, params
  taggable_friends.collect! do |friend|
    Struct::Friend.new friend
  end
end