歡迎來到 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 )