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