Пример #1
0
 public TwitterPostingTask PostWithAuthCheck(string status, Texture2D texture)
 {
     if (_twitterGate != null)
     {
         return(_twitterGate.PostWithAuthCheck(status, texture));
     }
     else
     {
         Debug.Log("SPTwitter.Init should be called before SPTwitter.Post");
         return(null);
     }
 }