-
## Description of the problem
FBchatException: Could not fetch thread 2355367: {u'message_thread': None} - It has something to do with the line `thread_id=client.uid`
## Code to reproduce
```py
…
-
## Description of the problem
run-time issue while running fbchat via Java/Jython
## Code to reproduce
```java
import java.util.Properties;
import javax.script.ScriptException;
import org.pyth…
-
It's not a problem but a question, so change the tag if possible.
Hello everyone, my questions are this ones:
1.- Do my user+pw get saved into some file? or it's only temporally while the client i…
-
## Description of the problem
cannot send messages to valid groups or pages
## Code to reproduce
running the script as below
# Example code
```
# -*- coding: utf-8 -*-
from fbchat import Clie…
-
## Description of the problem
I get a key error when trying to use client.getThreadMessages
## Code to reproduce
```py
from fbchat import Client
from fbchat.models import *
import time
client…
-
## Description of the problem
Example: start bot, implement onMessage to print-out message. Try to send message to bot
## Code to reproduce
```py
# Example code
class FacebookBot(Client):
def s…
-
- Password changes are forced on Facebook because illegal logins were detected.
- Is this because the IP range of Google Cloud is being blocked by a blacklist?
This content was tested in the `us-e…
-
## Description of the problem
```searchForUsers()``` should return a list of objects that match the name entered as the query, but it's returning only one response *(presumably, the first response.)*…
-
Plot number of messages with each friend as a function of time. Since this could get messy, plot only top 10-20 friends.
This could include treating any message exchange as a message, or
it could…
-
## Description of the problem
Fetching threads using fetchThreadList() failed with KeyError.
Method works if no group threads are in ThreadLocation (given as parameter, default to INBOX) but fails…
2FWAH updated
6 years ago