Hi I am using Facebook login in my app and I have following issues..
When there is no native facebook app is installed in phone, every thing is working fine and I am able to get the userInfo.
But if facebook app is installed, and when I try to login to facebook in my app, after logging in it is always going to session.isClosed() method every time.
I was not able to get the data and no control on app after that.
Is there any cache managment required to solve this? IF yes how to do that?