Mads Marquart
64b1e52d4c
Merge pull request #357 from carpedm20/fixed-listening
...
Fixed listening
2018-12-09 19:23:33 +01:00
Mads Marquart
b650f7ee9a
Merge pull request #367 from carpedm20/fix-pytest-deprecation
...
Fix pytest "Applying marks directly to parameters" deprecation
2018-12-09 19:23:20 +01:00
Kacper Ziubryniewicz
d4446280c7
Detecting when someone unsends a message
2018-12-09 15:27:01 +01:00
Mads Marquart
3443a233f4
Fix pytest "Applying marks directly to parameters" deprecation
2018-12-09 15:02:48 +01:00
Kacper Ziubryniewicz
861f17bc4d
Added DeletedMessage attachment
2018-12-09 14:55:10 +01:00
Kacper Ziubryniewicz
41bbe18e3d
Unsending messages
2018-12-09 14:36:23 +01:00
Kacper Ziubryniewicz
5f9c357a15
Fixed graphql and added method for replying on quick replies
2018-12-09 01:07:33 +01:00
Kacper Ziubryniewicz
c089298f46
Sending new quick replies
2018-12-09 00:57:58 +01:00
Kacper Ziubryniewicz
be968e0caa
New models for quick replies
2018-12-09 00:32:44 +01:00
Vivek Kaushal
d32b7b612a
Fix for issue #365
2018-12-07 21:26:48 +05:30
Mads Marquart
160386be62
Added support for request_batch
parsing in _parseMessage
2018-11-09 20:08:26 +01:00
Mads Marquart
64bdde8f33
Sticky and pool parameters can be set after the inital _fetchSticky
2018-11-07 20:06:10 +01:00
Kacper Ziubryniewicz
8739318101
Sending voice clips
2018-10-30 22:24:47 +01:00
Kacper Ziubryniewicz
1ac569badd
Sending pinned or current location
2018-10-30 22:21:05 +01:00
Kacper Ziubryniewicz
e38f891693
Active status fixes
2018-10-30 21:48:55 +01:00
Mads Marquart
89a277c354
Merge pull request #354 from ekohilas/master
...
separate spellchecked docs
2018-10-28 12:46:48 +01:00
Mads Marquart
8238387c7d
Merge pull request #353 from ekohilas/docstrings
...
completed todo for graphql_requests
2018-10-28 12:45:37 +01:00
ekohilas
6c829581af
completed todo for graphql_requests
2018-10-27 02:02:15 +11:00
ekohilas
d180650c1b
spellchecked docs
2018-10-25 18:18:19 +11:00
Mads Marquart
772bf5518f
Merge pull request #346 from kapi2289/remove_unnecessary
...
Remove unnecessary code
2018-10-07 16:50:31 +02:00
Kacper Ziubryniewicz
153dc0bdad
Remove unnecessary code
2018-10-07 16:27:19 +02:00
Kacper Ziubryniewicz
b7ea8e6001
New sendLocation
method
2018-09-29 13:48:08 +02:00
Kacper Ziubryniewicz
b0bf5ba8e0
Update graphql.py
2018-09-29 13:42:11 +02:00
Kacper Ziubryniewicz
8169a5f776
Changed LocationAttachment
2018-09-29 13:40:38 +02:00
Mads Marquart
b4b8914448
Version up, thanks to @kapi2289
v1.4.1
2018-09-27 21:53:12 +02:00
Mads Marquart
2ea2c89b4a
Fixed markAsRead
and markAsUnread
, fixes #336
2018-09-27 21:44:04 +02:00
Mads Marquart
479ca59a6a
Merge pull request #341 from kapi2289/read_by
...
[Feature] New `read_by` attribute of `Message`
2018-09-27 20:56:13 +02:00
Mads Marquart
343f987a78
Merge pull request #340 from kapi2289/fix_fetch_thread_list
...
[Fix] `fetchThreadList` fix
2018-09-27 20:27:03 +02:00
Kacper Ziubryniewicz
492465a525
Update graphql.py
2018-09-25 18:00:44 +02:00
Kacper Ziubryniewicz
f185e44f93
Update models.py
2018-09-25 17:59:16 +02:00
Kacper Ziubryniewicz
5f2c318baf
Sending quick replies
2018-09-24 21:04:21 +02:00
Kacper Ziubryniewicz
531a5b77d0
GraphQL method for quick replies
2018-09-24 20:57:19 +02:00
Kacper Ziubryniewicz
f9245cdfed
New model and Message
attribute
...
New `QuickReply` model and `quick_replies` attribute of `Message` model.
2018-09-24 20:54:25 +02:00
Kacper Ziubryniewicz
bad9c7a4b9
read_by
handling
2018-09-24 20:33:43 +02:00
Kacper Ziubryniewicz
576e0949e0
New read_by
attribute in Message
2018-09-24 20:32:04 +02:00
Kacper Ziubryniewicz
d807648d2b
fetchThreadList
fix
2018-09-24 16:50:15 +02:00
Kacper Ziubryniewicz
47ea88e025
Read commit description
...
- Fixed `onImageChange` documentation and added missing `msg` parameter
- Moved `on` methods to the right place
- Added changing client active status while listening
- Added fetching friends' active status
2018-09-22 21:52:40 +02:00
Kacper Ziubryniewicz
345a473ee0
ActiveStatus
model
2018-09-22 21:34:44 +02:00
Kacper Ziubryniewicz
c6dc432d06
Move on
methods to the right place
2018-09-22 20:39:41 +02:00
2FWAH
af3bd55535
Add basic test for fetchThreads
2018-09-21 19:43:39 +02:00
2FWAH
5fa1d86191
Add before, after and limit parameters to fetchThreads
2018-09-21 19:12:46 +02:00
2FWAH
d4859b675a
Fix ident for _forcedFetch
2018-09-21 17:36:16 +02:00
2FWAH
9aa427031e
Merge from upstream and solve conflict in fbchat/client.py
2018-09-21 17:29:58 +02:00
Kacper Ziubryniewicz
9e8fe7bc1e
Fix Python 2.7 compability
2018-09-15 11:34:16 +02:00
Kacper Ziubryniewicz
90813c959d
Added get_url_parameters
util method
2018-09-15 11:21:35 +02:00
Kacper Ziubryniewicz
940a65954c
Read commit description
...
Added:
- Detecting extensible attachments
- Fetching live user location
- New methods for message reacting
- New `on` methods: `onReactionAdded`, `onReactionRemoved`, `onBlock`, `onUnblock`, `onLiveLocation`
- Fixed `size` of attachments
2018-09-12 17:52:38 +02:00
Kacper Ziubryniewicz
9b4e753a79
Added graphql methods for extensible attachments
2018-09-12 17:48:35 +02:00
Kacper Ziubryniewicz
e0be9029e4
Added extensible attachments models
2018-09-12 17:48:00 +02:00
Kacper Ziubryniewicz
0ae213c240
Merge pull request #1 from carpedm20/master
...
Merge `master`
2018-09-12 17:41:53 +02:00
Mads Marquart
08117e7a54
Fixed examples, see #332
...
The examples were using generator expressions instead of list comprehensions
2018-09-09 14:24:20 +02:00