trangcongloc

Results 6 comments of trangcongloc

Tinder changed the sms login endpoint to v3. The request payload are encoding as gzip `POST https://api.gotinder.com/v3/auth/login?locale=en`

You can get the name of the thread using [`fetchThreadInfo`](https://fbchat.readthedocs.io/en/stable/api.html#fbchat.Client.fetchThreadInfo) ```py thr = client.fetchThreadInfo(thread_id)[thread_id] name = thr.name # get the name of the thread where the message come from if...

I have the same issue recently. In my case the issue only appear when using different `user_agent` ### **Working code** ```py from fbchat import Client client = Client("email", "pswd") ```...

i'm currently using api.listenMqtt, but still no response from any events ``` const fs = require("fs"); const login = require("facebook-chat-api"); login( { appState: JSON.parse(fs.readFileSync("./appstate.json", "utf-8")) }, (err, bot) => {...

> maybe you should try putting options on login. > > ```js > const fs = require("fs"); > const login = require("facebook-chat-api"); > login( > { > appState: JSON.parse(fs.readFileSync("./appstate.json", "utf-8"))...

After successful login i got this error when listening, how can i fix this? ``` info login Logged in info login Request to reconnect info login Done logging in. ERR!...