Esempio n. 1
0
 function __construct($consumer_key, $consumer_secret, $store = "MySQL", $user_id = 1, $extra_options = array())
 {
     $this->user_id = $user_id;
     OAuthClient::storeInstance(OAuthClient::merge_options($consumer_key, $consumer_secret, $extra_options), $store);
 }