-
I have been trying to login serveral times however I get nothing apart from a simple false boolean. Is there any way to debug why the login is failing? I have tried to use the example project as well …
-
from fbchat import Client
ImportError: cannot import name Client
-
I'm trying to write a program where you can easily add someone to a chat. I'm able to get the UID successfully, however when I execute self.AddUsersToGroup([the person's uid], thread_id=thread_id) I g…
-
Hey!
I think I am likely just making a dumb mistake here, but I can't get this to work!
I downloaded the archive, but there is no messages.htm file, but rather a messages.html file. So, I tried …
-
Hello guys,
`from fbchat import Client
from fbchat.models import *
from settings import bot
client = Client(bot.username, bot.password)
client.send(Message(text="hello"), thread_id=2082885…
ghost updated
6 years ago
-
This is on the latest version on pypi:
```
Traceback (most recent call last):
[...]
File "[...]/fbchat/client.py", line 1037, in sendLocalImage
return self.sendImage(image_id=image_id, me…
-
I can't find anything in the documentation about removing friends. Does anyone know what the ajax url is, or is this something that is yet to be investigated?
-
Hi, I am currently building a bot on top of Fbchat, and need a list of all the User Id's i am talking to. (http://www.hatebin.com/kcfwntgliy).
My problem is that i can't figure out how to get the I…
ghost updated
6 years ago
-
Facing two issues:
1-I have Facebook account and three Pages associated with it. But after successfuly connecting to the facebook account, when trying to send the message to a user from one of the …
-
Hi.
I don't seem to be able to log in. I tried it repeatedly with two different accounts without any difference.
I used the following code:
```python
#!/usr/bin/env python3
import fbchat
impor…