lib/fb_graph/connections/notes.rb in fb_graph-1.2.1 vs lib/fb_graph/connections/notes.rb in fb_graph-1.2.2

- old
+ new

@@ -9,10 +9,10 @@ )) end end def note!(options = {}) - note = post(options.merge(:connection => 'notes')) + note = post(options.merge(:connection => :notes)) Note.new(note.delete(:id), options.merge(note).merge( :access_token => options[:access_token] || self.access_token )) end end \ No newline at end of file