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