public function __construct($api_key, $secret, $session_key, $v = '1.0')
 {
     parent::__construct($api_key, $secret, $session_key, $v);
     $this->server_addr = 'http://api.renren.com/restserver.do';
     $this->method_prefix = 'xiaonei';
 }
Ejemplo n.º 2
0
 public function __construct($api_key, $secret, $session_key, $v = '1.0')
 {
     parent::__construct($api_key, $secret, $session_key, $v);
     $this->server_addr = 'http://api.aimi.com/rest.php';
     $this->method_prefix = 'aimi';
 }