Searched refs:consumer_key (Results 1 – 3 of 3) sorted by relevance
68 $consumer_key = $autotweet['consumer_key'];
59 …function __construct($consumer_key, $consumer_secret, $oauth_token = NULL, $oauth_token_secret = N… argument61 $this->consumer = new OAuthConsumer($consumer_key, $consumer_secret);
597 $consumer_key = @$request->get_parameter("oauth_consumer_key");598 if (!$consumer_key) {602 $consumer = $this->data_store->lookup_consumer($consumer_key);693 function lookup_consumer($consumer_key) { argument