Home
last modified time | relevance | path

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

/template/gtopia/
H A DTwitterAPIExchange.php22 protected $oauth; variable in TwitterAPIExchange
141 $oauth = array(
158 $oauth[$split[0]] = $split[1];
162 $base_info = $this->buildBaseString($url, $requestMethod, $oauth);
165 $oauth['oauth_signature'] = $oauth_signature;
168 $this->oauth = $oauth;
187 $header = array($this->buildAuthorizationHeader($this->oauth), 'Expect:');
244 * @param array $oauth Array of oauth data generated by buildOauth()
248 private function buildAuthorizationHeader($oauth) argument
253 foreach($oauth as $key => $value)