projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d7d73c
)
Added max_id param to favorites API method
author
Eli
<egothill@gmail.com>
Sat, 7 Apr 2012 13:27:12 +0000
(14:27 +0100)
committer
Eli
<egothill@gmail.com>
Sat, 7 Apr 2012 13:27:12 +0000
(14:27 +0100)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 7692ce4a6409319dc43f0f0cab2c8ca151261a9e..77bda75876ffa503cf41260838eb920f6d85a237 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-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 """