Facebook connect with IOS emulator

Hi everyone,

I’m trying to use the Facebook Connect for my app but I have a bug with it.

I followed the official tutorial and it works in the navigator (except it’s not close the window after log in but Ill find my way with that I guess) but not in the emulator.

I have this message error:
image

Have I missed something in the FB config?

Thanks for your help guys

omg problem solved!

I used the inbrowser plugin. You have to run in the terminal:

$ cordova plugins add org.apache.cordova.inappbrowser
$ ionic build
$ ionic emulate ios

Should works with that