Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.