From: Josh Roesslein Date: Sat, 31 Oct 2009 19:09:57 +0000 (-0500) Subject: Remove auth requirement from API.followers() X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=912d3cf55293c7513a4262f3dc24ed4f6400cc0c;p=tweepy.git Remove auth requirement from API.followers() --- diff --git a/tweepy/api.py b/tweepy/api.py index 85b38c0..05633b2 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -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