From 79e2cfa78f33a4803bca81aa77d2262a84279130 Mon Sep 17 00:00:00 2001 From: Jim Rybarski Date: Fri, 23 Aug 2013 03:47:22 -0500 Subject: [PATCH] #255 Change GET to POST for lookup_user --- twython/endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twython/endpoints.py b/twython/endpoints.py index 87db2a3..460b3e9 100644 --- a/twython/endpoints.py +++ b/twython/endpoints.py @@ -414,7 +414,7 @@ class EndpointsMixin(object): Docs: https://dev.twitter.com/docs/api/1.1/get/users/lookup """ - return self.get('users/lookup', params=params) + return self.post('users/lookup', params=params) def show_user(self, **params): """Returns a variety of information about the user specified by the