I have made an app that is integrated with Facebook and it is working perfectly BUT I have a problem.
Test A – Works perfect
- Login in the Facebook App;
- Open my app;
- Call Facebook Login;
Test B – Problem
- Logout in the Facebook App;
- Open my app;
- Call Facebook Login;
- Facebook App ask me to login;
- Login success – but facebook does not return to my app;
Can anyone help me?
Obs: I am using the Facebook SDK 3.0 and iOS6 beta 4
Also, make sure you override the
- (BOOL) application:(UIApplication*)application openURL:(NSURL*)url sourceApplication:(NSString*)sourceApplication annotation:(id)annotationmethod as is detailed in the FB docs:That is, in your App Delegate class, you should have the following: