• DELETE ALL FACEBOOK PAGES (UPDATE!)

    For those who took the survey, thank you! Right now, it's at 47% Yes, 53% No based on close to 100 responses. I'll create the video & report if it goes above 55% Yes.

    I am also exploring different payment options so I can offer it for free somehow. I'll keep you guys updated as I add some stuff to the survey. Watch this space for updates!
  •  

Get Updates Via RSS

RSS Feed
Whaz Iz RSS?

Get Updates Via Email

Posts Tagged ‘How To Delete Everything On Your Facebook Wall’

How To Delete All Facebook Groups And Wall Posts From Facebook Using Imacros

By Cynthia On August 29, 2009 54 Comments

A little story time before we get into the technical details.

I have an old unused Facebook account that I was actively on for the past 2 years. But I stopped using it at a point because there was too much group spam in my Facebook inbox. You know those annoying groups that send you messages once per day, multiply that by X number of groups you have, then multiply it by about 10%, and you get an inbox full of crap you don’t really care about – daily.

I was busy at the time, and I was simply too lazy to delete my groups manually. So I abandoned the profile, opened a new one, and added back people I wanted to keep in touch with.

Fast forward to today. I now know how to use imacros for automating a lot of my tasks! Armed with this new knowledge, I created a simple imacros script, looped it about 200 times, walked away to get some snacks, came back…Done!

All 200 something Facebook Groups are gone from my profile! Okay with the exception of 3 groups that I created myself. Those are still there. But my profile is now spic and span.

It is so damn cool I cannot express it in words. You really just need to try it yourself.

I repeated the same thing with deleting wall posts – this was a little more buggy, but I still managed to get it to work. It messes up at some point and shows “failures” but that’s alright. Better than deleting all of them manually one by one. You’d get carpel tunnel in no time from that.

Download Imacros

If you don’t know what imacros is, you might want to read up on it here. It looks a bit intimidating at first, but imacros is seriously the easiest automation software/plugin to use.

I recommend imacros for Firefox. You can install the plugin here.

To open up imacros in the sidebar, press F8. Once you’ve got imacros on your Firefox, do a mock record – meaning, go to Play > Record > Then click Stop right away. Then click Save. Enter a descriptive name for it like “delete Facebook groups .” You should now see it in the left sidebar. Right click on the .iim file and go to “edit macro.”

The Imacros Script (Delete All Facebook groups)

Paste in:

VERSION BUILD=6111228 RECORDER=FX <– note that this line will be different if you have a different version of imacros
TAB T=1
SET !ERRORIGNORE YES
SET !LOADCHECK NO (Update Jan 18 2010 – this is not needed! just delete this line)
SET !TIMEOUT 100
SET !DIALOGMANAGER NO
TAG POS=1 TYPE=A ATTR=TXT:Leave<SP>Group
TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:remove&&VALUE:Remove
WAIT SECONDS=2

Now you should be already on the Facebook Groups page itself BEFORE running this macro. When I ran it, there was one instance of a timeout, but that didn’t stop the script itself, so just click “close” on the timeout notice when you see it and it’ll be fine.

*** IMPORTANT *** Remember to click Play(loop) when running this macro and specify however many groups you have. This will loop the script, so it’ll run X amount of times.

You may be wondering… well, what if I don’t want to delete ALL my groups? Well, then it will be a bit tricky. What I’d do is, open these groups in a new tab, so when you’ve wiped out all the groups, you can add them back easily.

The Imacros Script (Delete All Facebook Wall Posts)

Repeat the same thing. Go to Play > Record > Then click Stop right away. Click save, enter a name, and then edit the .iim file.

Then paste in:

VERSION BUILD=6111228 RECORDER=FX
TAB T=1
SET !ERRORIGNORE YES
SET !LOADCHECK NO (Update Jan 18 2010 – this is not needed! just delete this line)
SET !TIMEOUT 100
SET !DIALOGMANAGER NO
TAG POS=1 TYPE=SPAN ATTR=TXT:Remove
TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:delete_story&&VALUE:Delete
WAIT SECONDS=3
TAG POS=1 TYPE=SPAN ATTR=TXT:Remove
TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:delete_story&&VALUE:Delete
WAIT SECONDS=3
TAG POS=1 TYPE=SPAN ATTR=TXT:Remove
TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:delete_story&&VALUE:Delete
WAIT SECONDS=3
TAG POS=1 TYPE=SPAN ATTR=TXT:Remove
TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:delete_story&&VALUE:Delete
WAIT SECONDS=3
TAG POS=1 TYPE=SPAN ATTR=TXT:Remove
TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:delete_story&&VALUE:Delete
WAIT SECONDS=3
REFRESH

You may get multiple errors when running this, that’s why I add in “refresh” at the end of the script so it’ll refresh the page. It’s very likely that you have to make some edits or changes. You may need to click “older posts” on your Facebook wall, especially closer to the end of your wall posts. This script is easy to modify and should be easy to understand. I’m assuming you have at least some basic knowledge of it.

Any questions, just leave them in the comments and I’ll try to help you out when I have time!

** the donation button is buggy at the moment. I will put it back up when it’s been fixed. Thanks for all the donations so far <hugs>! **