Searched refs:OAuthConsumer (Results 1 – 2 of 2) sorted by relevance
61 $this->consumer = new OAuthConsumer($consumer_key, $consumer_secret);63 $this->token = new OAuthConsumer($oauth_token, $oauth_token_secret);82 $this->token = new OAuthConsumer($token['oauth_token'], $token['oauth_token_secret']);118 $this->token = new OAuthConsumer($token['oauth_token'], $token['oauth_token_secret']);138 $this->token = new OAuthConsumer($token['oauth_token'], $token['oauth_token_secret']);
10 class OAuthConsumer { class72 * @param OAuthConsumer $consumer81 * @param OAuthConsumer $consumer