开发者

How are Facebook events DELETED with php-sdk?

开发者 https://www.devze.com 2023-03-03 20:09 出处:网络
Has anyone figured out how开发者_Go百科 to delete an event using the Facebook php-sdk?Not finding documentation on how to do this. This works for me.

Has anyone figured out how开发者_Go百科 to delete an event using the Facebook php-sdk? Not finding documentation on how to do this.


This works for me.

$tokenArray = array(
    'access_token' => $token
);
$facebook->api('/'.$fbEventId, "DELETE", $tokenArray);
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号