Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Documentation: Error in UsersLookup #549

Description

@skilfullycurled

Documentation for UsersLookup states:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions