Character limits and shortening out of date
reagle opened this issue · comments
Joseph Reagle commented
For two years now Twitter shortens and wraps all URLs via its t.co service. Hence the "max length 140" is no longer appropriate and the URL shortening is redundant. The size limit should be tested via: if len(everything_but_URL) + 20 > 140.