I can see how Twitters length-limit led to external link shorteners, but once they took it in-house, why expose it? Why not just say that a link (of any length) "costs" n characters, and handle the shortening/expansion on the backend? What is the benefit of exposing the mechanism?
Backwards compatibility.
Twitter's mandatory link shortener, t.co, was down
21–30 of 52 posts
Re: Twitter's mandatory link shortener, t.co, was down
#22Am I supposed to be mad at twitter for forcing me to use their unreliable link shortener? How is this any different from the countless times twitter.com was down? It's a centralized service, things happen.
Re: Twitter's mandatory link shortener, t.co, was down
#23I can see how Twitters length-limit led to external link shorteners, but once they took it in-house, why expose it? Why not just say that a link (of any length) "costs" n characters, and handle the shortening/expansion on the backend? What is the benefit of exposing the mechanism?
Twitter wants to route links through their servers for at least two reasons: 1. Analytics and monitoring. (Google's results page uses the same technique.) 2. Disabling malicious and unwanted links.
Re: Twitter's mandatory link shortener, t.co, was down
#24Earlier quoted context omitted.
Twitter wants to route links through their servers for at least two reasons: 1. Analytics and monitoring. (Google's results page uses the same technique.) 2. Disabling malicious and unwanted links.
Google search does not use the same technique.
* User browses on Twitter, clicks link in tweet pointing to t.co, is redirected off to the page where they wanted to go.
* User searches on Google, clicks link in search result pointing to google.com, is redirected off to the page where they wanted to go.
Admittedly it only happens with half of the search results of the first page (I think; it seems to vary), but it's very much the same technique.
Re: Twitter's mandatory link shortener, t.co, was down
#25I can see how Twitters length-limit led to external link shorteners, but once they took it in-house, why expose it? Why not just say that a link (of any length) "costs" n characters, and handle the shortening/expansion on the backend? What is the benefit of exposing the mechanism?
Twitter wants to route links through their servers for at least two reasons: 1. Analytics and monitoring. (Google's results page uses the same technique.) 2. Disabling malicious and unwanted links.
Re: Twitter's mandatory link shortener, t.co, was down
#26It could be regularly down for hours at a time with little to no effect.
They'll just come back later.
Re: Twitter's mandatory link shortener, t.co, was down
#27I'm sure someone is having an interesting conversation right now. Twitter needs to stop having these embarrassing down-ages if they want to be a permanent player in the tech field.
They've had them all along. Didn't stop them from getting to where they are. Why should they start caring now? From a cost/benefit perspective, it is probably not worth it to them to do whatever is needed to have a six nines uptime.
Re: Twitter's mandatory link shortener, t.co, was down
#28Earlier quoted context omitted.
Twitter wants to route links through their servers for at least two reasons: 1. Analytics and monitoring. (Google's results page uses the same technique.) 2. Disabling malicious and unwanted links.
On the google note, their URL redirects have dramatically slowed down my experience. They seems to have a very slow redirect.
Since Facebook and many other services do this on their mobile apps by default, I am surprised I don't hear more complaints about it. Twice through the cell tower is too long.
Re: Twitter's mandatory link shortener, t.co, was down
#29Am I supposed to be mad at twitter for forcing me to use their unreliable link shortener? How is this any different from the countless times twitter.com was down? It's a centralized service, things happen.
Yes.
> How is this any different from the countless times twitter.com was down?
This is different because if I read a tweet cached in my client or archived somewhere I can't reach an external resource because a middleman is down.
> It's a centralized service, things happen.
The WWW is decentralized by design. Link shorteners, and reliance on them, make it obnoxiously centralized. The tweet itself should contain the full link and shorten it only on display [0] [1].
Re: Twitter's mandatory link shortener, t.co, was down
#30Am I supposed to be mad at twitter for forcing me to use their unreliable link shortener? How is this any different from the countless times twitter.com was down? It's a centralized service, things happen.
> Am I supposed to be mad at twitter for forcing me to use their unreliable link shortener? Yes. > How is this any different from the countless times twitter.com was down? This is different because if I read a tweet cached in my client or archived somewhere I can't reach an external resource because a middleman is down. > It's a centralized service, things happen. The WWW is decentralized by design. Link shorteners,…
https://dev.twitter.com/docs/tweet-entities
The tweet response contains the full link.