///////////////////////////////////////////////////////////////////////获取新浪微博的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网址链接<br>
//http://open.weibo.com/wiki/2/short_url/shorten<br>
//http://open.weibo.com/wiki/Help/error<br>
//http://open.weibo.com/wiki/2/account/rate_limit_status 新版<br>
function GetTurl($url=''){<br>
<br>
set_time_limit(0); <br>
//$tApi="https://api.weibo.com/2/short_url/shorten.json?access_token=[你的token]&url_long=";<br>
$tApi="https://api.weibo.com/2/short_url/shorten.json?source=[你的appkey]&url_long=";<br>
$tApi=$tApi.urlencode($url); <br>
$ret=file_get_contents($tApi);<br>
$ret=json_decode($ret,true);<br>
if($ret['error']) return $url;<br>
if(is_array($ret['urls'])){<br>
$r= $ret['urls'][0]['url_short'];<br>
return $r;<br>
}<br>
return $url; <br><br>
}<br><br>
来自: http://www.55lm.net/
AD:真正免费,域名+虚机+企业邮箱=0元
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号