-
Notifications
You must be signed in to change notification settings - Fork 409
Description
Backstory
Im using facebook, but i have deactivated it beacause i dont see the use of facebook (Messenger is still something i use), and i dont want facebook to store all of my data (privacy in mind)
Now i want to delete my facebook, but messenger will then also be deleted if i do that.
So i made a new Facebook messenger account (Not linked to the Main facebook) and convert over to that. So i wanted to make a bot to message people on the facebook account to add me on the new messenger account (When they send a message, they will get a predefined message in return)
Description
The problem im having, is that the bot is activating my facebook every time i start the bot.
Checked the source of the module, and i found out it was beacuse it was using m.facebook.com to login to faceboook.
If i start the bot and then deactivates the facebook account, the bot gets an error that says that it needs to login again.
Request
So my request is to make the login to use messenger.com as a way to log in, so that my account will stay deactivated.