Tinyurl has an APIWednesday, June 27, 2007 by Dave Winer. Of course I'd like to do what Twitter does, and generate a Tinyurl in place of a longish URL for each TwitterGram. I had assumed all along that Twitter had a special deal with the TInyurl folks, but apparently not so. They have an open API that is simplicity itself. It's so simple it's almost hard to describe. http://tinyurl.com/api-create.php?url=http://scripting.com/ It returns a Tinyurl. Copy it to the clipboard, and paste it into the address bar of your browser. it should take you to the home page of my weblog. Apparently it works for any URL you give it. And of course you can call it from a script just as easily as you click a link in a browser. Very nice! I'm going to put this into twittergram.com, posthaste. PS: It's in, and it works. |