projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65fe7e5
)
Added count field to followers list
author
Abhishek Gahlot
<abhishekgahlot007@gmail.com>
Tue, 7 Jan 2014 21:55:29 +0000
(
03:25
+0530)
committer
Abhishek Gahlot
<abhishekgahlot007@gmail.com>
Tue, 7 Jan 2014 21:55:29 +0000
(
03:25
+0530)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 1468a31b77802aea463e0d5fe6583d17dde2408a..260c01e44bd9fac4ef15fc1679ec7a079e442d44 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-316,7
+316,7
@@
class API(object):
followers = bind_api(
path = '/followers/list.json',
payload_type = 'user', payload_list = True,
- allowed_param = ['id', 'user_id', 'screen_name', 'cursor']
+ allowed_param = ['id', 'user_id', 'screen_name', 'cursor'
,'count'
]
)
""" account/verify_credentials """