(In Unity Editor) After calling FB.Login and being presented with the User Access Token popup if I login or Cancel and the popup goes away I will be hit with an endless barrage of NullReferenceExceptions:
NullReferenceException: Object reference not set to an instance of an object UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style)
There is no further callstack.
Is this a known problem with Unity beta or is it something I can avoid?