コード例 #1
0
ファイル: saet.class.php プロジェクト: xiaodin1/myqee
 function __construct($consumer_key, $consumer_secret, $oauth_token = NULL, $oauth_token_secret = NULL)
 {
     parent::__construct($consumer_key, $consumer_secret, $oauth_token, $oauth_token_secret);
 }
コード例 #2
0
ファイル: saet2.ex.class.php プロジェクト: vangogogo/justsns
 function __construct($client_id, $client_secret, $access_token = NULL, $refresh_token = NULL)
 {
     parent::__construct($client_id, $client_secret, $access_token, $refresh_token);
 }