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'; }
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'; }