コード例 #1
0
ファイル: Weibo2.php プロジェクト: yunsite/php-opensdk
 /**
  * 初始化
  * @param string $appkey
  * @param string $appsecret
  */
 public static function init($appkey, $appsecret)
 {
     self::$client_id = $appkey;
     self::$client_secret = $appsecret;
 }