-
Hi,
i'm working on porting all functionalities of the facebook-chat-api to a Python fbchat api and everything works well, except these two functions(and likely api.changeThreadEmoji too).
I haven't …
-
Hi,
Using your APIs I am trying to login to my fb account from a python script but I am not able to login . Does this API still works? Here is my code:
import fbchat
client = fbchat.Clien…
-
Hi,
Using your APIs I am trying to login to my fb account from a python script but I am not able to login . Does this API still works? Here is my code:
import fbchat
client = fbchat.Client("1…
-
When fbchat start listen() and a like notification has push in, fbchat would receive a very long json string. It told you are "liked".
However there are some problems in the json string, and cause jso…
-
Getting the following error from the listen() function.
```
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
…
-
I'd try to dig into this myself as well, but it seems like you've got some extensive experience with this error. Wasn't sure if I should've made a new issue or comment on an old similar case.
-
Hi,
After smoothly use for few days, I found fbchat stop pull new message.
When the _pullMessage in listen function return content, it actually return following string:
'for (;;); {"t":"refresh","re…
-
Got the following error in Python 2:
```
UnicodeEncodeErrorTraceback (most recent call last)
/usr/local/bin/fbcap in ()
9 sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]…
-
In both Python 2 and Python 3 master branch of this repository, I'm getting the following error:
```
File "/usr/local/bin/fbcap", line 11, in
load_entry_point('fbchat-archive-parser==0.8.p…
-
I'm not getting the following error on both Python 2 and 3 on the master branch:
```
Traceback (most recent call last):
File "/usr/loca…