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);