Hi All,
I am integrating FaceBook within my S60 application. The problem I have is not able to clear cache or cookies using S60 CBrCtlInterface class .
After the user has logged into his Facebook account using embbeded browser within my app, I was not able to logout from the currently logged in account. To make the logout success from FaceBook ,I need to clear cookies or cache of Browser. So that next time ,facebook login page will be launched .
There were two APIs for clearing cache using CBrCtlInterface .But those two APIs are returning -1 that is not able to clear the cache or cookies.
Following two APIs are not working .
TUint ClearCache() = 0;
TInt ClearItemInCache(TDesC& aUrl) = 0;
Please suggest me to clear cache or cookies using S60 CBrCtlInterface APIs .
Thanks in Advance.

Reply With Quote


