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

## Description of the problem Can't login to the account which have 2FA enabled. Login works fine with the account which doesn't have 2FA enabled. ## Code I'm using: ```...

bug

## Description of the problem The new facebook has a completely new interface, so your use of bs4 to search for fb_dtsg in this new interface is not satisfactory, I...

bug

Simply login code doesn't work ``` from fbchat import Client client = Client("[email protected]", "mypassword") ``` ## Traceback ``` Attempt #1 failed, retrying Traceback (most recent call last): File "C:\...\fbchat\_client.py", line...

bug

## Description of the problem When I have switched my web UI to the "new Facebook" UI, then fbchat login no longer works. Switching back to "classic UI" and it...

bug

Usually, when attempting to log in on an external server, with an IP that's different from the ones you usually use, you get blocked, and you recieve an email a...

enhancement
help wanted
question

I have a official page of my company in my FB. I have official page of my company in my FB. So, Can i get messages from my page messenger?

question

I was wondering of there is a way to make links sent from messenger, embedded, so that it shows a description and thumbnail of a video for example. Is there...

enhancement
help wanted

This is a list of things that happen in threads, that we could parse and return in `fetch_messages`, that we could return from the relevant methods, and that we could...

enhancement

## Description of the problem My Script hangs on when Listening until I click ctrl+c which resumes it. There is not trace when it happens ## Code to reproduce ```py...

bug
help wanted

Hi. I realized that there's a method called when the client receives a friend request (`onFriendRequest`). I think that name is somewhat ambiguous, since it could refer to 4 different...

enhancement