Have lookup_user GET and not POST
This commit is contained in:
parent
97771bf15c
commit
dff85ace49
1 changed files with 1 additions and 1 deletions
|
|
@ -458,7 +458,7 @@ class EndpointsMixin(object):
|
|||
Docs: https://dev.twitter.com/docs/api/1.1/get/users/lookup
|
||||
|
||||
"""
|
||||
return self.post('users/lookup', params=params)
|
||||
return self.get('users/lookup', params=params)
|
||||
|
||||
def show_user(self, **params):
|
||||
"""Returns a variety of information about the user specified by the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue