Question

Is there a Java library for making Bitly requests? I'm looking to both shorten links, and look up info on clicks, etc. of links. Yes, I know it's a straight-forward HTML API and I could just code directly to the HTML or write a library myself, but surely someone else has written such a library, and it would save me a couple of steps to use it.

Was it helpful?

Solution

This looks promising: http://code.google.com/p/bitlyj/

OTHER TIPS

for the look up part i did it using php Bitly-PHP to get stats (FB, TW Clicks)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top