Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Migrating to v1.1 API

Mike Taylor edited this page May 29, 2013 · 2 revisions

If your coming from the previous versions of python-twitter (pre v1.0) and are trying to migrate to v1.0, here are some tips and gotchas.

Removed Methods

  • GetTrendsDaily
  • GetTrendsWeekly
  • GetFriendsTimeline
  • GetFeatured
  • GetUserByEmail

##New Methods

  • GetHomeTimeline
  • GetRateLimitStatus

##Gotchas

  • Some methods now require named parameters. This was done because the prior method would "guess" if the parameter was a user id or a screen name. ** 'GetLists' ** 'createFriendship' ** 'DestroyFriendship'
  • Any method that used the page parameter has been converted to use cursor or since_id.
Clone this wiki locally