2
votes

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?

1

1 Answers

1
votes

I am also facing this problem,There is no default method to logout from facebook on safari when the app is under development,may be safari will show logout button when your app goes live on app store