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



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

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