|
|
|
|
|
by mitchellhislop
5857 days ago
|
|
Also, reading through the dev documentation for this, "No user will ever see a t.co URL". All they are doing is wrapping the URL, not actually changing anything. All services that have their own URL's will be 100% fine. |
|
Their API will return the original links too with markers, so client code can be updated to display the original URLs. Twitter wants developers to display the original URLs and link to the t.co URLs.
Their rational behind this is flawed. One of the reason they are giving for implementing this is to be able to shut down links if they turn out to be malicious, possibly as a bait and switch. But since the right way to do a shortener is to do a 301 and that's what they say they are doing, they wouldn't have that ability.