fbchat
fbchat copied to clipboard
searchForUsers() function not working
Hi,
Unfortunately this line of code client.searchForUsers("<name>")
is not working. It is always returning empty like this []
Even this client.searchForUsers("A")
is not working, so I think the problem is not on my side.
Is there something I can do about it?
This is probably related to https://github.com/carpedm20/fbchat/issues/573, we'll have to change the search_for_X
methods completely