Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何使用 Facebook php-sdk 删除事件?找不到有关如何执行此操作的文档。
这对我有用。
$tokenArray = array( 'access_token' => $token ); $facebook->api('/'.$fbEventId, "DELETE", $tokenArray);