-1

Has anyone here knows about how to remove facebook cookies? Base on this!

I've tried to use facebook SDK for android, I found some cookies and try to remove them. But they seem cannot be removed.

Let's say there was a cookie named "c_user".

myCookieManager.setCookie("m.facebook.com","c_user=;expires=Mon, 17 Oct 2011 10:47:11 UTC;");

I thought the cookies should had been removed. But it didn't! Why?

Community
  • 1
  • 1
Peter Lu
  • 1
  • 1

1 Answers1

0

You can use this facebook API method:

com.facebook.android.Util.clearCookies()
Dmitry Ryadnenko
  • 22,222
  • 4
  • 42
  • 56