Fbchat Versions Save

Facebook Chat (Messenger) for Python

v2.0.0a5

3 years ago
  • Fix usages of "now" throughout the code
  • Maybe fix #582
  • Show errors in English while logging in

v1.9.7

3 years ago

Fix loading sessions using the new UI, see #586, thanks to @qwertyuu

v2.0.0a4

3 years ago
  • Fix Client.fetch_image_url in some cases, see 18a3ffb90dc7a5be99bb13f05644d8a4855b83cb
  • Fix Client.mark_as_(un)read
  • Fix a few examples, thanks to @smilexs4
  • Fix a few things in 2FA flow
  • Fix login logic a bit

v2.0.0a3

4 years ago
  • Use messenger.com urls instead of facebook.com, see #413
  • Fix logging in (hopefully)
  • Fix errors in examples, thanks to @xaadu

v2.0.0a2

4 years ago

v2.0.0a1

4 years ago

The first alpha release for the upcoming v2 release

v1.9.6

4 years ago

Fix MQTT listener not receiving events after being offline for too long

v1.9.5

4 years ago

Add Client.onPendingMessage, see #512

v1.9.4

4 years ago

Fix onFriendRequest

v1.9.3

4 years ago

Fix MQTT JSON decoding in Python 3.4 / 3.5