Tagged Questions

Bit.ly is an URL-shortening service

learn more… | top users | synonyms

12
votes
3answers
4k views

How do short URLs services work?

How do services like TinyURL or Metamark work? Do they simply associate the tiny URL key with a [virtual?] web page which merely provide an "HTTP redirect" to the original URL? or is there more ...
9
votes
3answers
3k views

Python: Convert those TinyURL (bit.ly, tinyurl, ow.ly) to full URLS

I am just learning python and is interested in how this can be accomplished. During the search for the answer, I came across this service: http://www.longurlplease.com For example: ...
7
votes
3answers
1k views

How to get long URL from short URL?

Using Ruby, how do I convert the short URLs (tinyURL, bitly etc) to the corresponding long URLs?
6
votes
2answers
2k views

Is there an expiry on bit.ly or tinyurl URLs?

Is there an expiry on bit.ly or tinyurl shortened URLs? I'm asking because I'm thinking of persisting these shortened urls into the db for a client's twitter service. UPDATE: if you keep sending ...
5
votes
5answers
2k views

jQuery on the fly URL shortener

I'm looking for an on the fly URL shortener much like how tweetdeck works. I have found many jQuery and general javascript plugins that take a url and run it through a shortening service such as ...
5
votes
2answers
282 views

Javascript Regex: surround @_____, #_____, and http://______ with anchor tags in one pass?

Related (but slightly different): Surrounding all instances of @________, #___________, and http://_________ with anchor tags? I would like to surround all instances of @_______, #________, and ...
3
votes
4answers
247 views

How to generate unique (short) URL folder name on the fly…like Bit.ly

I'm creating an application which will create a large number of folders on a web server, with files inside of them. I need the folder name to be unique. I can easily do this with a GUID, but I want ...
3
votes
3answers
1k views

How to get redirecting url link with php from bit.ly

I'm trying to get url links to those bit.ly redirects. I've tried to open bit.ly links with file_get_contents but it already gets content from redirected site, but how to get its url?
3
votes
4answers
2k views

Which HTTP redirect status code is best for this REST API scenario?

I'm working on a REST API. The key objects ("nouns") are "items", and each item has a unique ID. E.g. to get info on the item with ID foo: GET http://api.example.com/v1/item/foo New items can be ...
3
votes
2answers
157 views

Where should I create a shortened URL to my users' profile page for MVC architecture?

I have a Rails app where people have a profile page - http://prettylongdomainname.com/profile_username To create the profile username, I use a before_create AR hook in my model: before_create ...
3
votes
3answers
356 views

bit.ly - API Stat Tracking

I am not sure if this is the correct forum for this question, but I'm not sure where else to ask it. bit.ly provides stats for links that are generated through their site. However, it does not seem ...
3
votes
5answers
712 views

TinyUrl solutions for intranet portals

I'm currently researching solutions that converts SharePoint's lengthy urls to tiny/clean urls. There seems to be plenty of solutions for public sharepoint portals but I'm looking for an open source ...
3
votes
1answer
390 views

How to convert the following ruby code into Rails plugin?

#!/opt/ruby_ee/bin require 'rubygems' require 'twitter' require 'net/http' require 'uri' require 'httparty' module FbTweet def FbTweet.tweet(url) bitly_url = Bitly.shorten(url) httpauth ...
3
votes
1answer
3k views

Handling URL Redirections in UIWebView

I have a UIWebView in my app that is used to show webpages of links clicked within my app. Some of the links are URL-Shortened links, such as tinyURL or bit.ly. These url's redirect after the initial ...
3
votes
6answers
2k views

PHP: how to grab an URL out of a chunk of text?

Let's say I have a big RSS feed full of Twitter posts, and they are all plain text. Lots of the posts contain URLs, and I'd like those URLs to be turned into links. So I've got a variable that is ...
2
votes
1answer
178 views

Way to get Twitter button, with count, with custom bit.ly URL, working?

I'm stuck. I posted this on WordPress.StackExchange and they suggested I try at WebApps.StackExchange, and they suggested I try here. So, apologies for the multiple posts if you follow all those! I ...
2
votes
2answers
312 views

Please help with jQuery URL bit.ly shortener

Will someone please help me with this jQuery bit.ly URL shortener. The code is as follows: function shortenUrl(urlMatch) { var urlMatch = urlMatch var username="myusername"; var key = ...
2
votes
1answer
185 views

bit.ly php api - chopping off querystring parameter after '&' symbol?

I've got a Flash app that includes a twitter share for a customized mini application. I'm achieving this very simply using flashvars passed in via a php querystring so your custom colour and message ...
2
votes
3answers
298 views

What is the best way in PHP or JS to expand shortened URLs like Bitly, Tinyurl to find the original URL?

I am using the Twitter and Facewbook API to pull posts that potentially contain shortened URLs using bit.ly or TinyURL like services. I need to do a real-time expansion to get the original URL then ...
2
votes
2answers
335 views

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
2
votes
2answers
550 views

jQuery .ajax call to bit.ly returns results in IE but not FF or Chrome

I am trying to call to the bit.ly URL shortening service using jQuery with an .ajax call. update I wondering if this is a cross-domain security issue? I'm making a call from mysite.com to bit.ly ...
2
votes
3answers
414 views

How to get a long url from a short url

I would like to determine what the long url of a short url is. I have tried using http HEAD requests, but very few of the returned header fields actually contain any data pertaining to the ...
2
votes
5answers
3k views

c# shortening string for url

i want to uniquely shorten strings-file ids to use in urls like the ones on bit.ly etc. I can use ids from a db but i want urls to be random like. what would be the best solution? site will be a ...
2
votes
4answers
4k views

Parsing JSON from XmlHttpRequest.responseJSON

I'm trying to parse bit.ly JSON reply in javscript. I get the JSON vis XmlHttpRequest. var req = new XMLHttpRequest; req.overrideMimeType("application/json"); req.open('GET', BITLY_CREATE_API + ...
2
votes
4answers
5k views

How to use jQuery click event to change href value asyncronously, based on a JSON query

I'm using the bit.ly url shortening service to shorten certain url's being sent to a "share on twitter" function. I'd like to load the bit.ly url only when a user actually presses the share button ...
2
votes
2answers
146 views

How can I find shortened URLs that link to a specific long URL?

This is the reverse of the usual expanding short URLs question. For a given Long URL, how can I find which short URLs link to it? If this needs to go through the APIs of the shorteners, apointers ...
1
vote
1answer
76 views

Shortened link with Bitly API, how do I remove the 'http://'?

I'm currently using the ruby-bitly gem to shorten links in a Rails app; however, the result has an "http://" in front of the bit.ly link. This is not friendly for tweets/other length sensitive posts. ...
1
vote
4answers
198 views

General url shortener decoder library for PHP

Is there any kind of library for PHP which can decode tinyurl, Goo.gl, bit.ly and other url shortened urls without making CURL requests?
1
vote
1answer
306 views

iOS >> ShareKit >> Twitter Settings: How to Get the “bit.ly” Data?

I'm implementing ShareKit with my app and I'm now trying to complete the settings for Twitter. I had created a Twitter application and filled all the fields there and copied all the data to the ...
1
vote
1answer
169 views

bit.ly redirect method

Any ideas if bit.ly is doing anything other than simple Location: header to redirect users? Facebook is able to parse info about final destination when using bit.ly link, but not my project ...
1
vote
1answer
160 views

Is there a Java library for the Bitly API?

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 ...
1
vote
1answer
479 views

maximum length of bit.ly generated url, “http” and everything included

full explanation: I'm working on a project to generate twitter links that post over to twitter. My problem is twitter doesn't shorten the text correctly, and asks the user to fix the text. So I'm ...
1
vote
1answer
61 views

PHP - And bulk retrieval of API stats

I've been looking around for the best way to retrieve stats from systems like bit.ly where you have a lot of URLs and I want to keep my system updated once an hour or so. What's the best approach on ...
1
vote
1answer
297 views

bit.ly cname redirects - PHP

I understand how using a full domain with an A record works ($_SERVER['SERVER_NAME']), but when using a subdomain with bit.ly, they ask for it to point to cname.bit.ly - why dont subdomains just get ...
1
vote
1answer
149 views

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 + ...
1
vote
3answers
399 views

Implement bit.ly url shortening in iPhone app

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 ...
1
vote
1answer
330 views

How to use bit.ly for Twitter

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 ...
1
vote
2answers
294 views

Parsing XML response of bit.ly

I was trying out the bit.ly api for shorterning and got it to work. It returns to my script an xml document. I wanted to extract out the tag but cant seem to parse it properly. askfor = ...
1
vote
2answers
496 views

bitly php url wont work?

shorten('http://www.google.com'); ?> WORKING!!! $currenturl = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : ...
1
vote
2answers
191 views

Help with parsing JSON result from Bit.ly in .NET

From a .NET assembly (non-web app)... The normal response from Bit.ly is somewhat in the form of below. What is recommended way of consuming that result so that I can easily get the value of the ...
1
vote
2answers
249 views

URL redirection problem

i have the below url http://bit.ly/cDdh1c When you place the above url in a browser and hit enter it will redirect to the below url http://www.kennystopproducts.info/Top/?hop=arnishad But where ...
1
vote
2answers
124 views

bit.ly links in wordpress twitter status updates leads to 404

All the twitter status updates on the wordpress sidebar have bit.ly links. When I click on them, I get the 404 page because instead of going bit.ly/uniquenumber it tries to go ...
1
vote
3answers
351 views

URL redirection: Server side redirection to a directory/folder in IE

I'm implementing a URL shortener like bit.ly. For this, I have a Java servlet backend which does a response.redirect(targetURL) for every redirection request. This works fine for HTTP requests, but ...
1
vote
2answers
1k views

Finding object in nested NSDictionary when the parent key is unknown?

*I'm using yajl_JSON library to produce an NSDictionary from a JSON response for the bit.ly url shortening service.* The JSON response: { errorCode = 0; errorMessage = ""; results = { ...
1
vote
1answer
289 views

Track a short URL generated for a long URL

I'm writing a URL shortener similar to tinyurl and I'm wondering how to keep track of URL's that are already shortened using my service? For example, tinyurl generates the same tiny URL for the same ...
1
vote
1answer
107 views

How to integrate http://j.mp into Wordpress blog?

In my Wordpress Blog I'm currently using an integrated http://U.nu url-shortener. For this I've got in functions.php function getunuUrl($url) { $unuurl = ...
1
vote
4answers
479 views

Split Twitter RSS string using Python

I am trying to parse Twitter RSS feeds and put the information in a sqlite database, using Python. Here's an example: MiamiPete: today's "Last Call" is now up http://bit.ly/MGDzu #stocks #stockmarket ...
1
vote
4answers
563 views

Determine Final Destination of a Shortened URL in PHP?

How can I do this in PHP? e.g. bit.ly/f00b4r ==> http://www.google.com/search?q=cute+kittens In Java, the solution is this: You should issue a HEAD request to the url using a HttpWebRequest ...
1
vote
6answers
1k views

Parsing Bit.ly JSON response in Javascript (url in json response)

I'm trying to extract the shortUrl from the Bit.ly JSON response. The problem is the original URL is included in the response, using the dot notation to traverse the response doesn't work? I can get ...
1
vote
4answers
311 views

Do any URL Shortening services with link tracking have a https accessible url?

I have three websites that I want to generate tiny urls for search result pages every time someone clicks search. I like the http://bit.ly api and the fact that it offers tracking. However, it ...

1 2