fbchat-dev / fbchat

Facebook Chat (Messenger) for Python
https://fbchat.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.19k stars 412 forks source link

API Documentation Error #196

Closed fewella closed 7 years ago

fewella commented 7 years ago

The call api.getThreadList(start, end, type, callback) claims to return an array with objects which contain field 'name,' which should be: "Name of the thread. Usually the name of the user. In group chats, this will be empty if the name of the group chat is unset." However, unless the thread is a group chat with a user set name, the field 'name' is an empty string, even if the thread is with a single individual.

madsmtm commented 7 years ago

I think you're confusing this with facebook-chat-api's getThreadList. fbchat doesn't have anything called getThreadList, and it definitely doesn't have callbacks

madsmtm commented 7 years ago

Also, see facebook-chat-api#476