Home
last modified time | relevance | path

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

/template/gtopia/
H A DTwitterAPIExchange.php126 * @param string $requestMethod Either POST or GET
129 public function buildOauth($url, $requestMethod) argument
131 if (!in_array(strtolower($requestMethod), array('post', 'get')))
162 $base_info = $this->buildBaseString($url, $requestMethod, $oauth);