Exemple #1
0
 void OnEnable()
 {
     if (m_consumerKey == "" || m_consumerSecret == "")
     {
         Debug.LogWarning("TweetMedia: set consumerKey and consumerSecret!");
     }
     m_ctx = TweetMediaPlugin.tmCreateContext();
 }
 void OnEnable()
 {
     if (m_consumerKey == "" || m_consumerSecret == "")
     {
         Debug.LogWarning("TweetMedia: set consumerKey and consumerSecret!");
     }
     m_ctx = TweetMediaPlugin.tmCreateContext();
 }