Is there a way to find out with the FACEBOOK SDK 3.1 and iOS 6 if the user has defined his facebook account in the iPhone settings for use on his native Facebook?
What I want to do is when I open my application, if the user has defined "native facebook account" in the iPhone settings, immediately show the "allow / not allow" iOS 6 warning. But I want to do this only for native integration. I mean, if I know that I can just try โopenSessionโ with FBSession and it will show it, but if the user has not defined their own account, I donโt want the application to go to Safari or the facebook application, so I want try connecting only if the user has defined an account.
Does anyone know a way to find out?
Jack kapow
source share