Facebook Plugin - Login not calling listener (Xcode)

When I build with Xcode and invoke the Facebook login on the device, it switches to the facebook app for permissions, and then switches back without calling the listener (like it doesn’t event call the event). I built the same app with Corona SDK and it works fine.

What’s weird is that I get no errors, everything reacts as normal except the listener isn’t called. Is this a bug or is it possible that I’m forgetting something? I tried it with Facebook plugin version 2014.2165 and 2014.2430

bump, still having this issue. any ideas?

I’m experiencing the same issue. The listener is never called after the roundtrip to the FB app.  This is only when compiled with xcode with enterprise.  I’ve been trying for a while today to resolve it.  Any luck?

Ok I think I figured it out.  Make sure you’re not overriding the openURL method in your AppCoronaDelegate.  I was doing that for something else and it was blocking the return from FB from getting to the listener inside corona.

bump, still having this issue. any ideas?

I’m experiencing the same issue. The listener is never called after the roundtrip to the FB app.  This is only when compiled with xcode with enterprise.  I’ve been trying for a while today to resolve it.  Any luck?

Ok I think I figured it out.  Make sure you’re not overriding the openURL method in your AppCoronaDelegate.  I was doing that for something else and it was blocking the return from FB from getting to the listener inside corona.