Home
last modified time | relevance | path

Searched refs:_oauth_consumer_key (Results 1 – 1 of 1) sorted by relevance

/plugin/twitter/
H A Dsyntax.php15 private $_oauth_consumer_key; variable in syntax_plugin_twitter
241 $this->_oauth_consumer_key = $this->getConf('oauth_consumer_key');
245 …if (empty($this->_oauth_consumer_key) || empty($this->_oauth_consumer_secret) || empty($this->_oau…
343 'oauth_consumer_key' => $this->_oauth_consumer_key,