Skip to content

Commit

Permalink
Merge pull request #149 from coderholic/patch-1
Browse files Browse the repository at this point in the history
lookup users API call doesn't require authentication.
  • Loading branch information
joshthecoder committed Mar 9, 2012
2 parents a370558 + 87d01a0 commit fb3a96a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tweepy/api.py
Expand Up @@ -175,7 +175,6 @@ def lookup_users(self, user_ids=None, screen_names=None):
path = '/users/lookup.json',
payload_type = 'user', payload_list = True,
allowed_param = ['user_id', 'screen_name'],
require_auth = True
)

""" Get the authenticated user """
Expand Down

0 comments on commit fb3a96a

Please sign in to comment.