Results 4 comments of Bryan Morgan Overbey

I've currently able to get tokens from facebook using config file with email and password. Not sure what your trouble is. I haven't tried via SMS.

@brenly can you describe how you resolved this? I also get 401 error

@vyscond yeah I was getting this error last night too. Looks to do with facebook authentication.

This worked for me: React.useEffect(() => { setTimeout(() => { const input = document.querySelector('input[name="username"]'); if (input) { input.setAttribute("value", "billybobthornton"); } }); }, []);