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

Javascript

Javascript programming for Twitter changes dramatically with Twitter API version 1.1. The requirement to use OAuth with every API request means that you can no longer call the API directly from Javascript. Instead you have to rebuild all your Javascript code to proxy your requests through your own server. I know that a lot of […]