Home
last modified time | relevance | path

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

/plugin/autotweet/
H A DOAuth.php223 private $http_url; variable in OAuthRequest
229 function __construct($http_method, $http_url, $parameters=NULL) { argument
231 …$parameters = array_merge( OAuthUtil::parse_parameters(parse_url($http_url, PHP_URL_QUERY)), $para…
234 $this->http_url = $http_url;
241 public static function from_request($http_method=NULL, $http_url=NULL, $parameters=NULL) { argument
245 @$http_url or $http_url = $scheme .
286 return new OAuthRequest($http_method, $http_url, $parameters);
292 …public static function from_consumer_and_token($consumer, $token, $http_method, $http_url, $parame… argument
303 return new OAuthRequest($http_method, $http_url, $parameters);
381 $parts = parse_url($this->http_url);