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 吗?以此为基础!
我尝试使用 facebook SDK for android,我发现了一些 cookie 并尝试删除它们。但它们似乎无法删除。
假设有一个名为“c_user”的 cookie。
myCookieManager.setCookie("m.facebook.com","c_user=;expires=Mon, 17 Oct 2011 10:47:11 UTC;");
我认为cookies应该被删除。但它没有!为什么?
你可以使用这个 facebook API 方法:
com.facebook.android.Util.clearCookies()