From: Aaron Hill Date: Sun, 9 Mar 2014 16:57:35 +0000 (-0400) Subject: Updated parameters for search_users X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=283e4e843ee86551a0ccfa51c6920e0f5808cbb0;p=tweepy.git Updated parameters for search_users --- diff --git a/tweepy/api.py b/tweepy/api.py index d142285..1d53079 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -170,7 +170,7 @@ class API(object): path = '/users/search.json', payload_type = 'user', payload_list = True, require_auth = True, - allowed_param = ['q', 'per_page', 'page'] + allowed_param = ['q', 'count', 'page'] ) """ users/suggestions/:slug """