The new Twitter 1.1 API kicked in recently, which meant a new cycle of maintenance for anyone consuming their data programmatically. My own Feeds + Views demo site streams #drupal, using Feeds and complementary modules. I had to make a few changes to adapt to the new API:
Authorization using OAuth
Parsing JSON instead of XML
OAuth authentication
The new Twitter 1.1 API requires OAuth authentication/authorization for every request.
read more
↧