Working with the Facebook php SDK\'s, I am having a lot of trouble figuring out how to delete comments, given its id and xid.
At first I was using the REST API, wher
Try with this:
FB.api('/'+_idComment, 'get', { method:'delete' }, function(response){ //Your code }