Esempio n. 1
0
 // Authenticate
 public void Authenticate()
 {
     // Authenticate
     VK.Auth(CompleteAuthentication, (BaseErrorModel e) => {
         if (VK.settings.debug_mode)
         {
             Debug.Log(e.error_msg);
         }
     });
 }