Example #1
0
 function __construct($consumer_key, $consumer_secret, $oauth_token = NULL, $oauth_token_secret = NULL)
 {
     parent::__construct($consumer_key, $consumer_secret, $oauth_token, $oauth_token_secret);
 }
Example #2
0
 function __construct($client_id, $client_secret, $access_token = NULL, $refresh_token = NULL)
 {
     parent::__construct($client_id, $client_secret, $access_token, $refresh_token);
 }