projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26293ae
)
Add additional parameters for followers/list
author
Aaron Hill
<aa1ronham@gmail.com>
Tue, 7 Jan 2014 22:03:40 +0000
(17:03 -0500)
committer
Aaron Hill
<aa1ronham@gmail.com>
Tue, 7 Jan 2014 22:03:40 +0000
(17:03 -0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 260c01e44bd9fac4ef15fc1679ec7a079e442d44..51a4bb6ae862a53da0244164f5937d9ab3d2d3be 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-316,7
+316,8
@@
class API(object):
followers = bind_api(
path = '/followers/list.json',
payload_type = 'user', payload_list = True,
- allowed_param = ['id', 'user_id', 'screen_name', 'cursor','count']
+ allowed_param = ['id', 'user_id', 'screen_name', 'cursor', 'count',
+ 'skip_status', 'include_user_entities']
)
""" account/verify_credentials """