932bde4f9fAdded support for group threds in getThreadInfo
John Westhoff
2016-12-29 13:12:17 -05:00
c7534ec32bIn python3 a bytes object needs to be decoded after image upload
Maks Kolman
2016-12-16 17:09:56 +01:00
0f1bb94a7fUpdate client.py
Sven Skender
2016-12-10 21:28:05 +01:00
26444104beUpdate client.py to kick chat participants
Sven Skender
2016-11-12 19:49:07 +01:00
62c5ae7932Fixed _getSticky
Mads T Marquart
2016-11-03 19:16:58 +01:00
5067995db4friend_connect and the like
Daniel Cepeda
2016-10-26 14:33:48 -07:00
02db720813other_user_fbid logic was wrong
Daniel Cepeda
2016-10-26 14:26:42 -07:00
24a4c6c554need to provide clientid to request
Daniel Cepeda
2016-10-26 14:19:14 -07:00
f07b4eeaefAdd a logger (from 'logging') to log events. This can be configured externally, to be decided by the developer. Remove 'print's and calls to the 'Client._console' method.
Vincent Le Goff
2016-10-24 15:00:33 -07:00
174ee53858Update client.py to post to groups (Issue #63)
Andrey E. Antipov
2016-10-11 07:43:29 -07:00
65fbb77451version update thanks to @thekindlyone from 0.4.0 to 0.5.0
Taehoon Kim
2016-09-22 22:35:52 +09:00
f5312ec8f1Merge pull request #61 from thekindlyone/iss60
Taehoon Kim
2016-09-22 22:33:07 +09:00
0cea31fda1Merge pull request #56 from thekindlyone/master
Taehoon Kim
2016-09-22 22:32:58 +09:00
b4e3b1aca3getUserInfo fixed for py3
thekindlyone
2016-09-01 18:57:00 +05:30
7ab0d3caf0added example echobot to readme
thekindlyone
2016-08-29 09:39:18 +05:30
e44356f265fbid in _parseMessage changed to m['delta']['messageMetadata']['actorFbId'] to fix#57
thekindlyone
2016-08-29 09:30:54 +05:30
bb4bf36d14some cleanup. deleted commented old code
thekindlyone
2016-08-29 07:42:21 +05:30
5a0bcfb273Fixed#55 , send fail due to api change.
thekindlyone
2016-08-28 22:56:07 +05:30
ef56df7f4eMerge pull request #53 from JohnathonNow/master
Taehoon Kim
2016-08-21 22:35:22 +09:00
8fe2cbec12Merge pull request #52 from thekindlyone/master
Taehoon Kim
2016-08-21 22:35:17 +09:00
92a08ab55dAdded support for sending images
John Westhoff
2016-08-12 01:19:11 -04:00
1fe2fa1cacdocstrings on event handlers that instruct to subclass if needed
thekindlyone
2016-08-07 02:42:13 +05:30
711bf497b8added clientid to data in _pullMessage to fix {u'reason': 110, u't': u'refresh', u'seq': 0} in content
thekindlyone
2016-08-07 02:38:20 +05:30
d97d9d738aMerge pull request #50 from stanleykylee/master
Taehoon Kim
2016-07-21 22:29:49 +09:00