From: Abhishek Gahlot Date: Tue, 7 Jan 2014 21:55:29 +0000 (+0530) Subject: Added count field to followers list X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e403593d5365e25c508c4a416a2dcf2cce64d8e9;p=tweepy.git Added count field to followers list --- diff --git a/tweepy/api.py b/tweepy/api.py index 1468a31..260c01e 100644 --- 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 """