Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

1 Answer

You can use this facebook API method:

com.facebook.android.Util.clearCookies()
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.