projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
048e648
)
Remove auth requirement from API.followers()
author
Josh Roesslein
<jroesslein@gmail.com>
Sat, 31 Oct 2009 19:09:57 +0000
(14:09 -0500)
committer
Josh Roesslein
<jroesslein@gmail.com>
Sat, 31 Oct 2009 19:09:57 +0000
(14:09 -0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 85b38c00f5b9d4bda8edf5035bd85220d816c223..05633b23ff273e28c1b8889c5eb03650c9ff53a6 100644
(file)
--- 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