Adam Green
Twitter API Consultant
adam@140dev.com
781-879-2960
@140dev

Picking up the pieces after 1.1 breaks client-side code

by Adam Green on January 17, 2013

in JS coding for Twitter,Twitter OAuth

I’ve been having some Twitter discussions with devs about the breakage version 1.1 will cause for client-side Twitter apps. The simplest way to say it is that every page that uses direct Javascript calls to the Twitter API will break when version 1.0 is turned off in March. The only way you will be able to call the API will be with OAuth tokens. That is true for *ALL* API calls, even search. I don’t think people realize this yet, but they will when the switch to 1.1 happens.

So does this mean that Twitter development is done, and devs will just move elsewhere? No way. Devs go where the customers are, and the customers are using Twitter in increasing numbers. I do development as a business and as a businessman, I go where the money is. That is still Twitter.

The reality is that adapting to version 1.1 is not a big deal. The real change for client-side developers is that they will have to call their server with the API request, and let it call Twitter and return the results. In the end, the JS code is still making an Ajax request to a server and getting back JSON. The only difference will be that the server they call is one they control instead of calling Twitter’s API servers. Not a huge difference. Not enough to make devs leave all these users behind or give up coding.

Previous post:

Next post: