Schmavery/facebook-chat-api

Have checkpoint when login

Closed this issue · 1 comments

Hi, I have checkpoint when i try to login into my real facebook account. �Every time I log in, it gets like that.
This is my code

login({email: "...", password: "..."}, (err, api) => {
    if(err) return console.error(err);
    fs.writeFileSync('appstate.json', JSON.stringify(api.getAppState()));
    console.log('sucsess')
});

How can fix this? Thanks

try changing user agent.