新浪 PHP 接口调用
$c = new WeiboClient( '111111' , 'key' , 'key' ,'key' );
$ms = $c->user_timeline(1,18,'111111'); // done
foreach($ms as $k=>$v){
$bowen_arr[$k]['bw']=$v['text'];
$bowen_arr[$k]['bpic']=$v['thumbnail_pic'];
}
用新浪API PHP调用发送微博。