Hi guys,
When I get a new ConnectSession as follows :
this._connectSession = new Facebook.Session.ConnectSession(appKey, appSecret);
The browser crashes.
Works fine in chrome and Firefox.
When I comment this line of code, everything works fine again.
very weird !