I use the latest Facebook
SDK in my iOS
app.
It uses single sign on, so even after calling Facebook
logout method, when user log in again, dialog window saying he is already logged in fine.
In other iOS
applications there is a logout button on Safari web view, so user can simply log out from app.
My question is how I can implement such webView
in my application?
I know that I can use FBDialog
instead of Safari window to control logout process but I need to have possibility to logout exactly from Safari web view. May be the window with logout button is accessible only in the old versions of SDK?