Schmavery / facebook-chat-api

Unofficial Facebook Chat API for Nodejs
MIT License
1.94k stars 597 forks source link

Issue with Login: Error retrieving userID #904

Closed ricofargnoli closed 2 years ago

ricofargnoli commented 2 years ago

Am getting the following error message when trying to log in using the cookies extracted from in the appState format:

image

I am able to log into the account in the browser and so it is not the issue which the latter part of the error message suggests.

Any help or insight into what I am missing would be appreciated. Code is as follows:

image

EDIT 1: Fixed the issue, required to get the cookies from an incognito browser as opposed to a regular browser.

ricofargnoli commented 2 years ago

F