1、本例子用到 xweibo,该框架详细技术说明见:
http://x.weibo.com/download.html
2、使用本例子,仅需要做到:
若无使用memcache,修改配置文件user_config.php 53行
define('cache_adapter', 'memcache');
->
define('cache_adapter', 'file');
修改文件 application\controllers\index.mod.php 11行
$this->con = app::o('open56client',********,******);
->
$this->con = app::o('open56client',你在56申请到的appkey,你在56申请到的appsecret);
3、然后上传到服务器即可看到结果。
1、本例子用到 xweibo,该框架详细技术说明见:http://x.weibo.com/download.html2、使用本例子,仅需要做到:若无使用memcache,修改配置文件user_config.php 53行define('cache_adapter', 'memcache');->define('cache_adapter', 'file');修改文件 application\controllers\index.mod.php 11行$this->con = app::o('open56client',,);->$this->con = app::o('open56client',你在56申请到的appkey,你在56申请到的appsecret);3、然后上传到服务器即可看到结果。
复制代码