Remove auth requirement from API.followers()
authorJosh Roesslein <jroesslein@gmail.com>
Sat, 31 Oct 2009 19:09:57 +0000 (14:09 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Sat, 31 Oct 2009 19:09:57 +0000 (14:09 -0500)
tweepy/api.py

index 85b38c00f5b9d4bda8edf5035bd85220d816c223..05633b23ff273e28c1b8889c5eb03650c9ff53a6 100644 (file)
@@ -316,8 +316,7 @@ class API(object):
     followers = bind_api(
         path = '/statuses/followers.json',
         parser = parse_users,
-        allowed_param = ['id', 'user_id', 'screen_name', 'page', 'cursor'],
-        require_auth = True
+        allowed_param = ['id', 'user_id', 'screen_name', 'page', 'cursor']
     )
 
     """ direct_messages