Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
b1797b83
Commit
b1797b83
authored
Aug 01, 2012
by
Joshua Roesslein
Browse files
Merge pull request #163 from webisteme/fav
Added max_id param to favorites API method
parents
ca31b55b
349c5c16
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/api.py
View file @
b1797b83
...
...
@@ -382,7 +382,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 """
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment