Google Code Blog: Google URL Shortener gets an API
googlecode.blogspot.com
Google Code Blog: Google URL Shortener gets an API
1–10 of 15 posts
Re: Google Code Blog: Google URL Shortener gets an API
#2Does it include the QR generator?
Re: Google Code Blog: Google URL Shortener gets an API
#3Does it include the QR generator?
Re: Google Code Blog: Google URL Shortener gets an API
#4That's nice. I've been using the following piece of sneaky ghetto code to take advantage of Google Toolbar's URL shortening API:
But now I'll be able to shorten URL's with an official API rather than using a hack. I don't know why Google didn't make a public API from the start.
Re: Google Code Blog: Google URL Shortener gets an API
#5Now if only they would start using this. Google Maps' permalinks are absolutely terrible for example...
Re: Google Code Blog: Google URL Shortener gets an API
#6Does it include the QR generator?
The QR code generator's always been available from the Chart API[1]
[1] http://code.google.com/apis/chart/docs/gallery/qr_codes.html
Re: Google Code Blog: Google URL Shortener gets an API
#7Now if only they would start using this. Google Maps' permalinks are absolutely terrible for example...
1. Go to Google Maps.
2. Click "Labs"
3. Enable "Short URL" lab.
Problem sorted!
Re: Google Code Blog: Google URL Shortener gets an API
#8Thanks Google, but we're already happy with bit.ly. URL shorteners were hot a year ago. Now, not so much.
Re: Google Code Blog: Google URL Shortener gets an API
#9If I tries to shorten the url of http://google.com several times, goo.gl always give back different result. I just wonder will goo.gl merge theses url together sometime later?
This interesting found implies how goo.gl is designed. They prefer writing directly to avoid duplication check and random seek caused by the check. And they though most of the urls are cold so it is not essential to merge them together to keep the hot cache small.
Or they assume nobody wants to play the system in this way. :-)
Re: Google Code Blog: Google URL Shortener gets an API
#10A few apps have been using the exact same API (though it wasn't officially documented until now) for some time now.