Automate deleting all posts from mbasic.facebook

Hi guys, here’s a script that I’m currently using successfully to automate deleting all my posts from mbasic.facebook.

https://gist.github.com/OyoKooN/4e6ed7260e1249a97d25b31804cea1d7/revisions

You will need to create a page access token for whatever page you want to clean for an appeal.

After installing, you will also need to create a batch file with the following code:

@echo off
:Restart
start “[filename]” /wait “[file path]”
goto Restart

Then execute the batch file, wait a few hours, and your page will be squeaky clean for the appeal process.

7 Likes