lookup users API call doesn't require authentication. See the documentation at https...
authorBen Dowling <ben.m.dowling@gmail.com>
Wed, 29 Feb 2012 18:15:53 +0000 (18:15 +0000)
committerBen Dowling <ben.m.dowling@gmail.com>
Wed, 29 Feb 2012 18:15:53 +0000 (18:15 +0000)
tweepy/api.py

index 28d9f0618a9fc6d8ad379c37101864fb4c3440f6..7692ce4a6409319dc43f0f0cab2c8ca151261a9e 100644 (file)
@@ -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 """