Closed thb closed 14 years ago
Yes. Using the gem version you can delete the comment in this way:
client.selection.find(comment_id).delete!
I will add comment method on selection. Thanks
you can delete the comment using the branch master using the comment method instead of find.
client.selection.comment(comment_id).delete!
closed
Ok, that what I had done on my system as a monkey patch. Thanks!
Hi, Is it possible to delete a comment with fbgraph?