Added count field to followers list
authorAbhishek Gahlot <abhishekgahlot007@gmail.com>
Tue, 7 Jan 2014 21:55:29 +0000 (03:25 +0530)
committerAbhishek Gahlot <abhishekgahlot007@gmail.com>
Tue, 7 Jan 2014 21:55:29 +0000 (03:25 +0530)
tweepy/api.py

index 1468a31b77802aea463e0d5fe6583d17dde2408a..260c01e44bd9fac4ef15fc1679ec7a079e442d44 100644 (file)
@@ -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 """