projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41fe5dc
)
lookup users API call doesn't require authentication. See the documentation at https...
author
Ben Dowling
<ben.m.dowling@gmail.com>
Wed, 29 Feb 2012 18:15:53 +0000
(18:15 +0000)
committer
Ben Dowling
<ben.m.dowling@gmail.com>
Wed, 29 Feb 2012 18:15:53 +0000
(18:15 +0000)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 28d9f0618a9fc6d8ad379c37101864fb4c3440f6..7692ce4a6409319dc43f0f0cab2c8ca151261a9e 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-175,7
+175,6
@@
class API(object):
path = '/users/lookup.json',
payload_type = 'user', payload_list = True,
allowed_param = ['user_id', 'screen_name'],
- require_auth = True
)
""" Get the authenticated user """