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