This repository was archived by the owner on Aug 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 953
Documentation: Error in UsersLookup #549
Comments
This was just recently changed. It should work for strings and lists. Thanks for catching that. |
No problem! Do you mean it should work with a string of a single username or a list of usernames, or that it should also work for a string of usernames ('user_one,user_two,user_three,...'?) When I try the latter, it splits the string into letters and returns the Users who have accounts for the unique set of letters ('e', 'h', ',', 'o', 'n', 's', 'r', 'u', 't', 'w', '_'). |
It should work with both in the next release on pypi. Its in master right now.
… On Mar 2, 2018, at 10:38, skilfullycurled ***@***.***> wrote:
No problem!
Do you mean it should work with a string of a single username or a list of usernames, or that it should also work for a string of usernames ('user_one,user_two,user_three,...'?) When I try the latter, it splits the string into letters and returns the Users who have accounts for the unique set of letters ('e', 'h', ',', 'o', 'n', 's', 'r', 'u', 't', 'w', '_').
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Ahhhhhhhhh. I see now. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: