I can't get to use the Facebook API within a Javascript Windows 8 Style App; the Authentification doesn't seem to work; it seems that there is no communication between the login popup opened in IE10 and the metro app. Therefore the login page should stay within
the metro app rather then opened in IE10.
I tried to set the option display:
iframe
of FB.login
but
it then fails to load the login page.
Has anyone managed to use the Facebook API within a JavaScript windows 8 app?