lib/fb_graph/connections/picture.rb in fb_graph-2.5.8 vs lib/fb_graph/connections/picture.rb in fb_graph-2.5.9
- old
+ new
@@ -26,8 +26,14 @@
FbGraph::Picture.new response[:data]
else
_endpoint_
end
end
+
+ module Updatable
+ def picture!(options = {})
+ post options.merge(:connection => :picture)
+ end
+ end
end
end
end
\ No newline at end of file