Details at https://dev.twitter.com/blog/api-housekeeping

Changes to carry out urgently in both 7.x-3.x and 6.x-3.x versions:

  • All non-versioned API endpoints, such as http://twitter.com/statuses/user_timeline.xml, will cease functioning and you'll need to use the proper endpoints instead. See the deprecated methods for more.
  • All previously announced-as-deprecated methods will cease accepting requests.
  • GET statuses/public_timeline will also be deprecated. Please use the Streaming API's sample endpoint to obtain a sampling of public tweets.
  • OAuth 1.0A operations must be performed on the api subdomain. Older http://twitter.com/oauth/* paths will cease to be functional.
  • Atom is being removed on all methods currently supporting it as an output format due to disuse. RSS will remain available on these methods.
  • All API methods capable of including Tweet Entities will return them regardless of the value provided by include_entities=true
  • All API methods capable of including retweets will return them regardless of the value provided by include_retweets=true
  • All methods currently supporting cursoring or usage of since_id and max_id will remove support for "classic" pagination through the "page" parameters. See Working with Timelines for more information.

Comments

juampynr’s picture

Version: 7.x-3.x-dev » 6.x-3.x-dev
Issue tags: +needs backport to 6.x

Backporting to 6.x-3.x.

juampynr’s picture

Status: Active » Fixed

Backported to 6.x-3.x.

http://drupalcode.org/project/twitter.git/commitdiff/49b4cc4

Pending to #1569982: Integrate with Libraries API in order to get rid of the outdated twitter.lib.php.

juampynr’s picture

By the way, Twitter API said that they will remove these features progressively, so the 14th of May deadline does not apply any more.

It is recommended to upgrade anyway to be ready. I will launch new versions of both Drupal 6 and Drupal 7 branches next week. People can give a hand too testing the dev branches.

https://dev.twitter.com/docs/deprecations/spring-2012

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Added roadmap