Reputation: 11
I have integrated facebook in my iphone app.Once i log in and stop the simulator and then i call the [facebook logout] it doesnot log out.
Upvotes: 0
Views: 1288
Reputation: 8957
Have u cleared your fbsession in logout by making all your nsuserdefault values to nill.Then one thing is there,You are loging in the the saffari browser and which is something outside our application scope.we cant do anything about that,or else you can give saffari auth to No in the facebook class.or else You have to clear Your saffari browser in the simulator by clearing all the cache values.then it will be ok.
Upvotes: 1