I have a question about the SSO on ios (iPhone/iPad). Is it possible to detect we aren't connected with the same Facebook account between the mobile Facebook application and our application?
Here are the steps to reproduce this case:
- SSO enable
- Login our application with the Facebook account (named A) of the mobile Facebook Application
- Wait the connection
- Put the application in background
- Launch the mobile Facebook application
- Logout of A
- Login with another account (named B)
- Wait the connection
- Put the mobile Facebook application in background
- Launch our application
Is it possible here to detect we aren't connected with the same Facebook account? If it is, what is the best way to do that? I could call the function authorize inside the applicationDidBecomeActive function... But of course that implies an automatic open of the mobile Facebook application when we resume the game...
I know this feature works whenever we click on an app request or a feed inside the mobile Facebook application. In that case, the SSO will automically redirect toward our application and the function handleOpenURL is called.
Tks