PHP 缩短goo.gl

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 缩短goo.gl相关的知识,希望对你有一定的参考价值。

function getgoogl($glurl, $apikey) {

	$userurl = rawurlencode($glurl);

	$ch = curl_init('https://www.googleapis.com/urlshortener/v1/url?key='.$apikey); 
	curl_setopt_array($ch, array(
	   CURLOPT_POST => TRUE,
	   CURLOPT_RETURNTRANSFER => TRUE,
	   CURLOPT_HTTPHEADER => array('Content-type: application/json'),
	   CURLOPT_POSTFIELDS => json_encode(array('longUrl' => $userurl))
	   )); 
	$chresults = json_decode(curl_exec($ch));
	curl_close($ch);
	
	return $chresults->id;
	}

以上是关于PHP 缩短goo.gl的主要内容,如果未能解决你的问题,请参考以下文章

缩短goo.gl公司

goo.gl公司使用非传统API缩短URL-v1

goo.gl公司使用API和API密钥缩短URL-v2

sh Bash函数在stdin上使用goo.gl URL缩短器。参见<https://developers.google.com/url-shortener/v1/getting_started

iOS 通用链接和 URL 缩短器

Facebook 分享者拒绝 goo.gl 链接