When the user tries to login into my iOS app using Facebook Connect's Single Sign-On (SSO), it fails multiple times before letting the user login to the app. This does not occur every time, but occurs the first time the user tries to login using Facebook.
Steps to Reproduce:
- User should have the latest version of the Facebook iOS app installed on their iPhone.
- In multitasking, ensure that the Facebook app and your base app are both closed.
- Tap on Connect with Facebook button in your base app.
- This opens your Facebook app and redirects back to your base app without any action.
Expected Behavior:
(void)fbDidLoginmethod should be called which would authenticate within the base app.
Actual Behavior:
(void)fbDidNotLogin:(BOOL)cancelledis called for the first time alone.

