Added max_id param to favorites API method
authorEli <egothill@gmail.com>
Sat, 7 Apr 2012 13:27:12 +0000 (14:27 +0100)
committerEli <egothill@gmail.com>
Sat, 7 Apr 2012 13:27:12 +0000 (14:27 +0100)
tweepy/api.py

index 7692ce4a6409319dc43f0f0cab2c8ca151261a9e..77bda75876ffa503cf41260838eb920f6d85a237 100644 (file)
@@ -380,7 +380,7 @@ class API(object):
     favorites = bind_api(
         path = '/favorites.json',
         payload_type = 'status', payload_list = True,
-        allowed_param = ['id', 'page']
+        allowed_param = ['id', 'max_id', 'page']
     )
 
     """ favorites/create """