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.

Device state: Facebook account is not set up on the device

Facebook app is installed on device but user is not logged in.

Facebook SDK: 3.1


When I call

[FBSession openActiveSessionWithReadPermissions:nil//basic read permissions
                                   allowLoginUI:YES
                              completionHandler:^(FBSession *session, FBSessionState status, NSError *error) {
                                      }];

The app switching occurs as it should. However, once the user logs in, the Facebook app does not switch back to my app. It just stays on the Facebook app.

If I manually switch back to my app, my completionHandler gets called.

Is there any way to force the switch back to my app once the login has occurred? This used to happen automatically on the old Facebook App.

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.