goo.gl公司使用API和API密钥缩短URL-v2
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了goo.gl公司使用API和API密钥缩短URL-v2相关的知识,希望对你有一定的参考价值。
function getgoogl($longUrl){ //This is the URL you want to shorten $apiKey = 'AIzaSyDMgK9gpIIokl7ClMqMXHZQ7wv_xzRwMHs'; //Get API key from : http://code.google.com/apis/console/ //change the response json string to object return $json->id; } // call function getgoogl("http://www.longurlhere.com");
以上是关于goo.gl公司使用API和API密钥缩短URL-v2的主要内容,如果未能解决你的问题,请参考以下文章
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