Exemplo n.º 1
0
 void OnFBLogin(string token)
 {
     LoaderPanel.SetActive(true);
     WebRequestObject.ProcessFBLogin(token, FBLoginCallback);
 }