[C#] WhoDeletedYou? - Find out who removed you from Facebook!

Custom Title Activated
Loyal Member
Joined
May 18, 2006
Messages
2,064
Reaction score
14
WhoDeletedYou? is a program that tells you who removed you from Facebook.

There were a number of applications on Facebook that does the same but they all violated FB's terms and were shut down (thanks to me hahahahahahaha). Fortunately, mine doesn't violate any terms because it's an external application.

IT CANNOT DETERMINE PEOPLE WHO REMOVED YOU BEFORE USING THIS APPLICATION!

REQUIREMENTS:
.NET Framework 2.0
5th Grade Reading Level or Higher
Connection to the Internet
SCREENSHOTS (May be outdated):
One - Two - Three - Four

Check out our other products at Atruna!
 
Last edited:
It's just a thing that checks if you friendslist is changed and if so which values have been deleted, right?
other then that it looks smexy :)
 
It's just a thing that checks if you friendslist is changed and if so which values have been deleted, right?
other then that it looks smexy :)

Yeah. Here's how it works:


  1. You run program.
  2. Open up FB app that exports all your friends' user IDs into a text file that will be deleted in 24 hours.
  3. Code is generated.
  4. Enter code in program.
  5. Program locates the text file on the server.
  6. Grabs the user ids. If it's the user's first time, put the friends list in the registry.
  7. If not first time, compares old friends list from registry to new one.
  8. Detect who's missing.
  9. Update the old friends list with current list.
  10. Display the missing users.


By the way guys, can you please test it to make sure it works? I tested it few times but I'm still not convinced it's flawless.
 
So this is for the needy 14-year olds who believe people removing you from Facebook means shit?

Haha, funny thing is that. I have about 10-15 people who are adults on Facebook waiting for me to officially release this. They keep sending me friend requests (one was a semi-celebrity, just a radio show host on several radio channels) and inbox messages asking how it's progressing, etc.

In fact, the majority of my future users will be 30 years old married adults.

The problem is that, when someone removes you from Facebook, some people would like to find out if that guy has any problem with them and see if they can resolve it.
 
I'm not saying it wasn't an easy thing to make. I just think there's very good reasons why Facebook hasn't implented this feature. The people who worry about people removing them from Facebook clearly has social problems, and a feature like this would amplify that. If you can't handle criticism, or even worse, can't handle criticism against other members, you should stfu and get back to kindergarten.
 
Lol guys, I don't need people to defend me, but thanks anyway. I don't really get offended by anything. Everyone has a right to their own opinion.

Anyway, no. The reason FB prevented this feature is because they don't want to risk friends fighting IRL and stuff. People who removed other people want it to be a secret so they don't have to put up with the person's shit.

Trust me, I've been studying these people with thousands of friends and they are desperate to know who removed them.

And, realize that some people (like me) on FB only add people they know. So, if someone removes you, you have too many friends to figure out who but you want to find out who so you can solve any problems with that friend. I value all my friends and many other people do.
 
Updated. The download link is now the link to the newest version. Batzman is working on the new webpage for WDU.

After he finishes, I'll officially launch it everywhere.
 
It's officially launched a week ago and it's slowly but steadily gaining popularity. I would LOVE it if you could share the app with your friends even if you don't use Facebook.

It's now available for download at Download.com. You can see the page here. (Please give it a good review and rating ^_^)
 
One question (i don't use facebook, so i can't check). What happens with people who ADD you instead of REMOVE you.
Are they not shown at all?
 
One question (i don't use facebook, so i can't check). What happens with people who ADD you instead of REMOVE you.
Are they not shown at all?

It can tell. If someone adds you, that user is added to the database.

It works by going through all of your old friends list and see if everyone exists in your current friends list. If not, that guy isn't friends with you anymore on FB.

Every time you run the program, it updates the old list with your current list.
 
Back