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.
Share
This looks promising: http://code.google.com/p/bitlyj/