fbchat icon indicating copy to clipboard operation
fbchat copied to clipboard

Facebook Chat (Messenger) for Python

Results 109 fbchat issues
Sort by recently updated
recently updated
newest added

Can't login anymore due to Facebook detection then redirection at https://m.facebook.com/checkpoint/?_rdr Would appreciate a really quick fix to this :( Used the example echobot.py ## Traceback ``` Traceback (most recent...

It would be very much appreciated if the requirements.txt is included in the repository.

question

## Description of the problem I wrote a little script that automatically votes on a poll some time ago. It was working perfectly, but I recently saw that it suddently...

bug

## Description of the problem The color thread doesn't change when a gradient is specified: (`TICKLE_ME_PINK`, `MALACHITE`, `RUBY`, `DARK_TANGERINE` and `BRIGHT_TURQUOISE`). The other colors do work. ## Code to reproduce...

bug

## Description of the problem I have tried client.listen on 2 facebook accounts. One works no problem, the other was working until just recently and now it is not working....

bug

I've been brewing ideas for `v2` for a while now (probably over a year), and I started implementing some of these ideas in a separate branch (completely rewriting the code)....

enhancement
help wanted
question

## Description of the problem fetchThreadList fails when a Marketplace thread type is returned (e.g. when you click on "Message Seller" in a "Buy and Sell" group). ## Code to...

bug

I don't think this is an issue with fbchat but I can't really ask it anywhere else, so here goes: I've made a simple program that basically looked at all...

question

I removed the magic doc id numbers and moved them to an enum so that they could be better documented to understand what the code is doing. If there are...

In `_parseMessage`, you will recieve a lot of data with the type `buddylist_overlay`. Sample `msg`: ```json { "seq": 50, "t": "msg", "u": 1234567890, "ms": [ { "type": "buddylist_overlay", "overlay": {...

enhancement
help wanted