_tokenSecret)) { return $this->_consumerSecret . '&'; } $return = implode('&', array($this->_consumerSecret, $this->_tokenSecret)); return $return; } }