iosobjective-cfacebook-sdk-3.0

Facebook sdk: login screen appears in popup instead of connecting facebook app


I am trying to login into my app with facebook connect. Login UI appears in popup instead of taking me to facebook app.

I have checked my bundle id, app id etc. No luck.

Please help!Fb Connect appears in popup


Solution

  • Add In Your .plist file Check below imageAdd this and Comeback Url in AppDelegate file

     -(BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation
    {
    }