News Feed
Jobs Feed
Sections




News Archive
phpRiot.com:
Shortening URLs for goo.gl with Google's URL Shortener API
January 12, 2011 @ 10:06:41

On phpRiot.com there's a new tutorial showing you how to use the Google URL shortener API in your PHP applications (via a curl call).

In 2010 Google released its own URL shortener, which allows you to shorten URLs to use the goo.gl domain. In this article I will show you how to easily create your own short URLs using their new URL shortener API. Note: This API is still in labs, meaning the API is subject to change without notice.

The tutorial steps you through the process of getting an API key for your scripts to use for access and what the message needs to be for the POST request to the Google service. His example script defines the API key and endpoint as well as a basic "shortenUrl" method that takes in the long URL to shorten. The curl request posts the data as JSON and receives a json-encoded message back with the original URL and the ID you wanted it shortened to.

0 comments voice your opinion now!
google shortener api tutorial curl


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Using GnuPG with PHP

Andrew Podner: PHP 5.5 Preview: New Password Hashing API

Stuart Herbert's Blog: What Does The Business Case For PHP Need To Cover?

Fawad Hassan's Blog: CRUD using jQuery and Codeigniter (Part 2)

Ed Finkler's Blog: Building a Tumblelog with Gimme Bar and PHP


Community Events











Don't see your event here?
Let us know!


podcast composer framework example zendframework2 introduction series phpunit application interview opinion unittest language testing object community functional development code release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework