bit.ly

If you needed to decode shortlinks on the fly for an app, how would you do it?

For a browser add-on, I want to derive the full URL from any shortlink, without too much trouble. I can open each one in a frame and see the redirect. But any other smarter ideas? ...

Is there a unique identifier that comes back each time with a shortened url if I shorten the same link?

Is there a unique identifier that comes back each time with a shortened url if I shorten the same link? ...

How to use bit.ly for Twitter

Hi, I'm developing a J2EE website with spring framework. I want my website to share with Twitter but I couldn't succeed using bit.ly API. the function makes bit.ly link but in Twitter's share page I only see the full link. How can I send the bit.ly link to Twitter? The bit.ly response which I get from firebug: BitlyCB.getBitlyUrl({"...

Implement bit.ly url shortening in iPhone app

Hi all, I'd like to implement bit.ly URL shortening service in my application and from biy.ly's API docs I read It uses JSON to short a link... Unfortunately, I never used JSON and I don't know where to start. Can anyone explain me how to implement bit.ly URL shortening service in my application? Thanks, Matteo ...

Ok, I've got the bit.ly link, but now the asynchronicity of jQuery is getting in the way.

function dlLink(title, currentArray, currentIndex, currentOpts) { var img = new Image(); img.src = 'Gallery/Wallpapers/' + title; html = img.width + ' x ' + img.height + '<br />' + '<a class = "nav" href = "Gallery/Wallpapers/' + title + '" target = "_blank">Download</a><br />http://'; ...

Using Bit.ly API in ASP.NET 2.0

Hey I was wondering if anyone can point me to some example on how to use Bit.ly API in ASP.NET 2.0 ...