///////////////////////////////////////////////////////////////////////获取新浪微博的t网址链接
//http://open.weibo.com/wiki/2/short_url/shorten
//http://open.weibo.com/wiki/help/error
//http://open.weibo.com/wiki/2/account/rate_limit_status 新版
///////////////////////////////////////////////////////////////////////获取新浪微博的t网址链接
//http://open.weibo.com/wiki/2/short_url/shorten
//http://open.weibo.com/wiki/help/error
//http://open.weibo.com/wiki/2/account/rate_limit_status 新版
function getturl($url=''){
set_time_limit(0);
//$tapi=https://api.weibo.com/2/short_url/shorten.json?access_token=[你的token]&url_long=;
$tapi=https://api.weibo.com/2/short_url/shorten.json?source=[你的appkey]&url_long=;
$tapi=$tapi.urlencode($url);
$ret=file_get_contents($tapi);
$ret=json_decode($ret,true);
if($ret['error']) return $url;
if(is_array($ret['urls'])){
$r= $ret['urls'][0]['url_short'];
return $r;
}
return $url;
}
来自: http://www.55lm.net/
ad:真正免费,域名+虚机+企业邮箱=0元
