marcelja / facebook-delete

Fast facebook activity deletion
MIT License
1.28k stars 48 forks source link

Keep getting login blocked (https://web.facebook.com/checkpoint/block/) #28

Open RobbiNespu opened 2 years ago

RobbiNespu commented 2 years ago

Hi there, I found your tool and I able to use to deleted some data

> Wed 08 Sep 2021 02:54:41 PM +08  
robbi@debian: pts/1: /home/robbi/RM-RF 
└─ $ ./deleter-linux --rateLimit 5000
Waiting 5000 ms before search and delete requests.
Logged in with user: XX XX (profile ID: XXXXXXX)
? Which years 2021
? Which months Jan
? Which categories All App Activity, Comments, Event Invitations, Event Responses, Group Posts and Comments, Group Reactions, Instagram Photos and Videos, Likes and Reactions, Others' Posts To Your Timeline, Photos and Videos, Posts, Posts You're Tagged In, Search History, Spotify, Your Events

Searching elements from 2021:
Jan ... ... ... ... ... ... ... ... ... ... ...   Elements found:       200
Deleting elements from 2021:
200 / 200 [------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------] 100.00% 1 p/s 4m25s
Group Reactions: 1 deleted
Likes and Reactions: 4 deleted
Search History: 195 deleted
Total: 200 deleted

It my trial run and I want to delete by per month.. but when I try for second round, It doesnt work anymore. I keep getting blocked and asked to change password everytime I execute.

I try deleting the cookies and still get same thing.. it has been two day.

> Thu 09 Sep 2021 03:31:04 PM +08  
robbi@debian: pts/2: /home/robbi/RM-RF 
└─ $ ./deleter-linux --rateLimit 10000
Waiting 10000 ms before search and delete requests.
? Please type your email xx@hotmail.com
? Please type your password *********************
Attempting Login...
panic: Failed to login

goroutine 1 [running]:
main.newFbLogin(0xc00018aea0, 0xc000182008)
        /Users/marcel/pr/facebook-delete/deleter.go:118 +0xde
main.main()
        /Users/marcel/pr/facebook-delete/deleter.go:522 +0x1f3

I wonder and guesss, it maybe cause by user agent signature by this tool

This is my browser user agent

Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

When I use web browser (after change new pass and each time before I exec the tool), I able to use fb. So after 1h-3h, I come back and use the tool.. my account will be blocked and need to change pass again.

Let me know if I need to add more information

marcelja commented 2 years ago

I don't know how facebook detects this. For me, it always worked fine. User agent could definitely be something that's related. Maybe we could set a user agent in our client

diskomo commented 2 years ago

Hi, thanks so much for the tool.

I was experiencing the same error as above, although Facebook didn't ask me to change my password, just that an Unknown Device attempted a login and whether or not to trust it.

After clicking Trust and retrying the login, it worked.

403-html commented 2 years ago

I get error on this checkpoint too but when I try to log in into account.
Windows 11 Pro and Go 1.17.2 (using source, because using exec for Windows crash after login attempt)

>go run deleter.go -rateLimit 500
Waiting 500 ms before search and delete requests.
? Please type your email tymoteusz.stepien@wp.pl

? Please type your email **********@*****l
? Please type your password ****************
Attempting Login...
panic: Failed to login

goroutine 1 [running]:
main.newFbLogin(0xc000042fb0)
        C:/Users/Tymoteusz/Desktop/facebook-delete/deleter.go:118 +0xad
main.main()
        C:/Users/Tymoteusz/Desktop/facebook-delete/deleter.go:522 +0x289
exit status 2