Facebook SDK and Graph API Comment Deleting Error

前端 未结 3 1356
鱼传尺愫
鱼传尺愫 2020-12-20 07:23

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

3条回答
  •  别那么骄傲
    2020-12-20 08:03

    Try with this:

    FB.api('/'+_idComment, 'get', { method:'delete' }, function(response){ //Your code }

提交回复
热议问题