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.
ユーザーのアクセストークンが無効になったときに新しいアクセストークンを再生成できるようにするために、アプリケーションで使用されているFacebookCookieを手動で削除したいと思います。
どうやってやるの ?
このような:
setcookie ("fbsr_YOUR_APP_ID", "", time() - 3600);
編集:
追加のCookie「fbm_YOUR_APP_ID」も削除する必要があります。