Everything publishes on administrator account instead of the current ...

if (FB.IsLoggedIn == true) { Debug.Log("[Facebook SDK]: Already LOGGED In, LOGGIN OUT...\n"); FB.LogOut(); } else if (FB.IsLoggedIn == false) ...

Lee mas