Inapp browser facebook connect android

Hi everyone

i have an issue when i lauchn inappbrowser to facebook connect
i’m not redirecting correctly with this code

FB.Event.subscribe(‘auth.login’, function(){
window.location.reload();
});

On a real navigator it’s work , the function reload page for retrieve facebook user

Please help me

thanks

if i change _blank to _system it’s work but outside of my app android (chrome or default navigator work well)

$cordovaInAppBrowser.open(‘http://mywebsite.com/facebookconnexion’, ‘_blank’);

thanks to help me

edit : i think it’s due to the meta

meta http-equiv=“Content-Security-Policy” content=“default-src ‘self’ data: gap: https://ssl.gstatic.com; style-src ‘self’ ‘unsafe-inline’; media-src *”

anyone can help me
thank you

Thidenthi