Module: FbGraph::Connections::Tags::Taggable

Included in:
Photo
Defined in:
lib/fb_graph/connections/tags.rb

Instance Method Summary collapse

Instance Method Details

#tag!(options = {}) ⇒ Object



18
19
20
# File 'lib/fb_graph/connections/tags.rb', line 18

def tag!(options = {})
  post(options.merge(:connection => :tags))
end