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 cookie,以便在用户的访问令牌不再有效时能够重新生成新的访问令牌。
我怎样才能做到这一点 ?
像这样:
setcookie ("fbsr_YOUR_APP_ID", "", time() - 3600);
编辑:
还有一个额外的 cookie “fbm_YOUR_APP_ID”也应该被删除。