Comment on Twitter launches own shortener t.coparentComments−sharkbrainguy16yTo minimize requests you can run a service that batch deshortens urls. Like the little scheme servlet (70 LOC) I'm using to deshorten urls for my JS twitter client.the source: http://github.com/sharkbrainguy/deshorten an example: http://bit.ly/amxL0Y
Comments
To minimize requests you can run a service that batch deshortens urls. Like the little scheme servlet (70 LOC) I'm using to deshorten urls for my JS twitter client.
the source: http://github.com/sharkbrainguy/deshorten an example: http://bit.ly/amxL0Y