You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
user_id (int, list, optional) – A list of user_ids to retrieve extended information.
screen_name (str, optional) – A list of screen_names to retrieve extended information.
However, I think both the user_id and screen_name parameters need to be lists.
user_id (int, list, optional) – A list of user_ids to retrieve extended information.
screen_name (str, list, optional) – A list of screen_names to retrieve extended information.
I think the API may have once been a long comma separated string, but that doesn't appear to be working for me where as a list of strings does.
Documentation for UsersLookup states:
However, I think both the user_id and screen_name parameters need to be lists.
I think the API may have once been a long comma separated string, but that doesn't appear to be working for me where as a list of strings does.