欢迎来到 Google URL Shortener API 库之家,该项目将帮助您缩短、扩展和分析长 URL。
goo.gl 上的 Google URL Shortener 是一项服务,可将较长的 URL 压缩为更少的字符,以创建更易于分享、推文或通过电子邮件发送给朋友的链接。 Google URL Shortener API 允许您开发与此服务交互的应用程序。您可以使用简单的 HTTP 方法从桌面、移动或 Web 应用程序创建、检查和管理 goo.gl 短 URL。
参考:http://code.google.com/intl/zh-TW/apis/urlshortener/
请参考 http://getsparks.org/packages/google-url-shortener/versions/HEAD/show
从该站点下载所有文件。
$ https://[email protected]/appleboy/CodeIgniter-Google-URL-Shortener-API.git
$ git clone git://github.com/appleboy/CodeIgniter-Google-URL-Shortener-API.git
将文件移动到 codeigniter 应用程序目录中的相应位置。
$ copy config/google_url_api.php your_application/config/
$ copy controller/google_url.php your_application/controller/
$ copy libraries/Google_url_api.php your_application/libraries/
打开 config/google_url_api.php 文件,并配置您的缩短 api 密钥
$config['google_api_key'] = "xxxxx";
测试您的控制器文件:google_url.php
http://localhost/google_url/
如果遇到问题,请在控制器代码中启用调试:
$this->google_url_api->enable_debug(TRUE);
版权所有 (C) 2011 吴博一 ( appleboy AT gmail.com )