module FbGraph2::Edge::TaggedPlaces
Public Instance Methods
tagged_places(params = {})
click to toggle source
# File lib/fb_graph2/edge/tagged_places.rb, line 4 def tagged_places(params = {}) place_tags = self.edge :tagged_places, params place_tags.collect! do |place_tag| PlaceTag.new(place_tag[:id], place_tag).authenticate self.access_token end end