Who Unfriended Me on Facebook?

Part 1: Intro

This is a rather geeky, nerdy way to keep track of who unfriended you on Facebook.. It requires a bit of computer literacy. At the same time, the results are quite simple and appealing. It’s going to be done with a command-line script. I will walk you through it, but let’s review the details first. Imagine if you had a file on your computer with […]

Read Me

Part 2: The Script

Here is the link to send me $4. But you may try out the script first. Thank you for your support. Instructions: Step 1: Download the script Download the script processfb.sh and save it on your local computer to C:\facebook\processfb.sh, or on Mac or Linux as /facebook/processfb.sh , or actually wherever you like. But creating a folder called C:\facebook is a good idea for this […]

Read Me

Frequently Asked Questions, Infrequently Asked Questions, and Advanced Documentation

Is the script required? What the script does, is take some input that might look like this: FriendsFriends Jane Director of Corporate 1,345 friends and outputs the plain list: Jane Ultimately, you will be comparing the old friend’s list and the new friend’s list with the “diff” command to check differences. “diff old_friends_list new_friends_list”.  If you prefer to compose the lists manually, then you don’t need […]

Read Me

Windows Powershell Version

This page covers the Windows PowerShell version of the script, you can get the Mac/Linux/Cygwin version here. Instructions: Step 1: Download the script Download the script processfb.ps1 , and save it on your local computer to C:\facebook\processfb.ps1, or actually wherever you like. But creating a folder called C:\facebook is a good idea for this project. Step 2: Download the friends list As mentioned on the […]

Read Me