-
I've written a [very basic bot to transmit facebook messages to my cell phone by SMS](https://bitbucket.org/nicocool84/fb_bot/src/447c246b2b991cf99477a06797365a1252c15414/fb_bot.py?at=master&fileviewe…
-
Hello.
In my messenger I have my own custom colors (such as # 000000), so there is a problem with enumeration. It would be great to make a better way to represent colors than Enum.
-
Bonjour,
J'ai remarqué qu'après un certain temps le serveur se stop et il est impossible de communiquer avec Jarvis via messenger alors que Jarvis fonctionne toujours en background.
pour tester…
-
```
user_attempts = chat_session.searchForUsers(name, limit=10)
File "xxxxxxx/lib/python3.6/site-packages/fbchat/client.py", line 453, in searchForUsers
return [graphql_to_user(node) for …
-
Hey folks!
Does fbchat currently support login approvals? I had a quick flick through the docs and source, and couldn't see it. For reference, this is how facebook-chat-api supports it: https://git…
-
First off thanks for this cool script.
Something seems to be wrong with the way you are parsing user names from the html. Not sure if facebook changed their html structure or if this something on m…
-
Something I got an JSONDecodeError message.. It seems that the body contains some special characters will be the case. For example:
Exception in parsing of {'ofd_ts': 1506942246450, 'queue': 100007…
-
Hey there, seems like I'm getting an error **ONLY** when sending group messages. (I haven't tried pages)
When sending a user message, `thread_type` works with `0`, `1` and `2`
However for group me…
-
Hi I m facing this issue even after upgrading to 0.9.3
I m providing ph no in place of FRIEND'S NAME in client.getUsers("FRIEND'S NAME") . It was working fine till day before yesterday. From yester…
-
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 c…