Twitter on Flash

I’ve worked with many external API services to date…Flickr, Facebook, Youtube… you name it. None of them is as easy as Twitter’s, simply love it. See what I created in a day.

Twitter API screenshot

[update Mar 03, 2009] See also Friendfeed API demo.

A dead simple way to shorten url using TinyURL API

Folks using Twitter would appreciate the notion of shortening url given that each post in Twitter is limited to 140 characters. Several services exist, but among them, only TinyURL hosts a cross-domain policy file. That means we can use the TinyURL API to shorten url without the need of a proxy server.

The API is damn simple; just make a call to:

http://tinyurl.com/api-create.php?url=<longish url>

Demo:
Shorten URL (view source enabled)

Hooking up to Friendfeed API

See what I’ve created while experimenting with Friendfeed API. Check it out here.

Friendfeed API screenshot

Next on the to-do list: allow commenting or “like this” directly from the application.

[update Feb 18, 2009] Adding comments and “like this” functions are easier than thought. They are now included. Check it out.

[update Mar 03, 2009] See also Twitter Demo.

  This blog is powered by WordPress with GimpStyle Theme design by Horacio Bella.