goo.gl公司使用非传统API缩短URL-v1
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了goo.gl公司使用非传统API缩短URL-v1相关的知识,希望对你有一定的参考价值。
// pass the url you want to shorten in $url when calling the fucntion // second arugument return the qr code url of the shortened goo.gl url // getgool("http://www.thisisthelongurltoshorten.com", TRUE); function getgoogl($url, $qr=NULL){ if ($headerInfo['http_code'] === 201){ // HTTP Code 201 = Created return $results->short_url.$qr; } return FALSE; } return FALSE; } return FALSE; }
以上是关于goo.gl公司使用非传统API缩短URL-v1的主要内容,如果未能解决你的问题,请参考以下文章
sh Bash:goo.gl#使用Google URL Shortener服务(http://goo.gl)缩短网址。
sh Bash函数在stdin上使用goo.gl URL缩短器。参见<https://developers.google.com/url-shortener/v1/getting_started