Module: FbGraph2::Edge::FriendLists
- Included in:
- User
- Defined in:
- lib/fb_graph2/edge/friend_lists.rb
Instance Method Summary collapse
- #friend_lists(params = {}) ⇒ Object (also: #friendlists)
Instance Method Details
#friend_lists(params = {}) ⇒ Object Also known as: friendlists
4 5 6 7 8 9 |
# File 'lib/fb_graph2/edge/friend_lists.rb', line 4 def friend_lists(params = {}) friend_lists = self.edge :friendlists, params friend_lists.collect! do |friend_list| FriendList.new(friend_list[:id], friend_list).authenticate self.access_token end end |