|
you need internet explorer 8 to start with ie or if you wanna use chrome pres crl+shift+j and tap the following code in the console $.post(APPLICATION_CONTEXT + "/Launcher/auth", {
timestamp : new Date().getTime() / 1000
}, function(data){ window.location = data.launcherAuthUrl; });
|