-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for 2fa authentication #3
Comments
Hi Tjuberg, Sorry I've been in india for the last month, I'm getting back next week and I'll have a look at this 👍 |
Hi, Thanks! |
no news? :( |
Of course I'm using 2FA, I just wanted to open an issue asking how to do it and I'm not the only one... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to set this bot up with my facebook account, however I'm running into an issue with it not being able to handle login with two factor authentication.
Judging from the documentation at https://github.com/Schmavery/facebook-chat-api/blob/master/DOCS.md#login this can be done, but it seems some modification to the current calls will need to be made.
I'm not proficient in JS or the Q module which is being used to call the facebook chat api.
The error specifically from the log is
Authorizing it via the browser does not help to bypass authentication as facebot does not seem to store any cookie (postgresql) so it will be seen as a new browser on every start.
The text was updated successfully, but these errors were encountered: