You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
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.