I'm using ruby Koala, and trying to find how can I edit an existing object's attributes via Facebook graph.
All I could find at Facebook documentation is:
https://developers.facebook.com/docs/opengraph/objects/#update
But didn't find it helpful.
Thanks! Moozly.
Maybe you can use the #graph_call method of Koala::Facebook::API? I got this to work for updating a page event for example:
graph.graph_call("/#{some_id}", hash_of_attributes_to_change, 'post')
As suggested in the Facebook documentation: http://developers.facebook.com/docs/reference/api/page/#events
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With