Live data from Hacker News

How to permanently delete a Facebook account

facebook.com

81–90 of 93 posts

Re: How to permanently delete a Facebook account

#81
I work on this at Facebook and we do permanently delete your content when you delete your account. It's an interesting distributed systems problem, and we're happy with the framework we've developed for this. We're working on a blog post with more details and hope to publish that soon.

Also, I mentioned why account deletion is a non-trivial problem in this comment thread last week: https://news.ycombinator.com/item?id=5976947.

Re: How to permanently delete a Facebook account

#82
post #42

Earlier quoted context omitted.

Make sure you maintain control over the domain and always have a robots.txt file present, because if you ever lose that, those files will become visible again. Good luck arranging for your descendents to do this after you die.

I'm pretty certain that this isn't the case. If anything, it's the other way around - if a domain changes hands, and the new owner sets up a restrictive robots.txt, the content in the archive is made unavailable, and stays unavailable even if the robots.txt (or the whole domain) later disappears.

This has been my experience as well. Once the content is deleted, it's gone.

Re: How to permanently delete a Facebook account

#83

I work on this at Facebook and we do permanently delete your content when you delete your account. It's an interesting distributed systems problem, and we're happy with the framework we've developed for this. We're working on a blog post with more details and hope to publish that soon. Also, I mentioned why account deletion is a non-trivial problem in this comment thread last week: https://news.ycombinator.com/item?i…

You really expect us to believe this, that data would permanently be deleted, coming from facebook?

You know, THIS facebook: http://pleasedeletefacebook.com (list of most of their history up through 2012)

Re: How to permanently delete a Facebook account

#84
post #64
post #57

Earlier quoted context omitted.

just mail them, they are nice people.

it would be nice to have some standard method to delete the content.

Emailing them is the standard method.

Sometimes, you know, you've got to, like, talk to people.

Re: How to permanently delete a Facebook account

#85
post #42
post #37

Earlier quoted context omitted.

I agree with your general point but your example is not correct The Internet Archive makes it very easy to remove content from their site. I had a family web site accessible to the public for 12 years with about 25,000 pictures on it. For various reasons I took the site down but archive.org still showed the pictures. A quick change to robots.txt stopped that though. Basically, even if the archive grabbed the files at…

Make sure you maintain control over the domain and always have a robots.txt file present, because if you ever lose that, those files will become visible again. Good luck arranging for your descendents to do this after you die.

"If you cannot place the robots.txt file, opt not to, or have further questions, email us at info at archive dot org."

http://archive.org/about/faqs.php#2

Re: How to permanently delete a Facebook account

#86
post #17
post #9

Earlier quoted context omitted.

It's perfectly possible and reasonable to delete all of your data. It's just hard. We have to do this with our clients if they shift off our platform and believe me, it's not much fun deleting 20-100Gb datasets from a shared database with over 2000 tables in it on production kit. But we do it, because we are honest. Facebook are dishonest. Simple as.

*Anything you post on the internet, the real, open internet, is forever* I've tried looking for stuff I posted on craigslist 5 or 6 years ago and nothing was in the wayback machine, only dead links to a few posts. Apparently the crawls of the site only went a couple/few layers deep, as well as crawls not being conducted daily, and some years had only 2 or 3 crawls for the entire year. I haven't tried searching my old…

This doesn't mean someone else didn't archive the material.

Though it might not be generally / publicly available. Could still be on sale somewhere.

Re: How to permanently delete a Facebook account

#87

I work on this at Facebook and we do permanently delete your content when you delete your account. It's an interesting distributed systems problem, and we're happy with the framework we've developed for this. We're working on a blog post with more details and hope to publish that soon. Also, I mentioned why account deletion is a non-trivial problem in this comment thread last week: https://news.ycombinator.com/item?i…

Just to vouch, though not in Facebook's case, it is complicated.

Many sites use a CDN (Akamai, Limelight, Amazon's Cloudfront, etc.). The whole idea of a CDN is that it distributes content. Even if the origin goes away (your copy), the CDN may continue serving it for a long time. If someone has a specific item URL within that network, they can still access it. Working with CDN APIs to delete content (especially if, say, that content has various instances based on sizes, previews, etc.,) can be ... interesting.

And if third parties are presenting your content, they might also persist it, say as a Google preview or cache, or Archive.org, or other tools.

Even within your own systems, data can be replicated in ways which are difficult to access fully. Backups can exist which cannot be easily accessed for wiping. There are war stories of magically re-appearing data resulting from data recovery operations.

So, while it's possible to flag content as "don't present" pretty easily, actually rooting all of it out thoroughly can be a much more involved task.

Un-seeing is difficult.

Re: How to permanently delete a Facebook account

#88

Worth adding, because it's not mentioned on the linked page: When I deleted my account in 2010, there was a one month cooling off period, during which any sign-in would cancel the deletion request. Perhaps that's sensible to catch malicious/accidental deletions, but I imagine it also makes it hard for Facebook addicts to leave.

You need to ensure your OAuth tokens are revoked, or they might trigger a "re-login" (i.e., visit TechCrunch, forum uses OAuth token to log you into Facebook forums).

You can do this by changing your password right before you delete your FB account, as that is supposed to revoke OAuth tokens.

Re: How to permanently delete a Facebook account

#89

I work on this at Facebook and we do permanently delete your content when you delete your account. It's an interesting distributed systems problem, and we're happy with the framework we've developed for this. We're working on a blog post with more details and hope to publish that soon. Also, I mentioned why account deletion is a non-trivial problem in this comment thread last week: https://news.ycombinator.com/item?i…

Just to vouch, though not in Facebook's case, it is complicated. Many sites use a CDN (Akamai, Limelight, Amazon's Cloudfront, etc.). The whole idea of a CDN is that it distributes content. Even if the origin goes away (your copy), the CDN may continue serving it for a long time. If someone has a specific item URL within that network, they can still access it. Working with CDN APIs to delete content (especially if, s…

Facebook uses CDNs; how is it not complicated in the way you describe for them too?

Re: How to permanently delete a Facebook account

#90
Careful - if you even attempt to log in during the two week window, they will reset the timer for deletion (it can be easy to almost unconsciously log in if you're a heavy user). They even do it before you confirm or deny that you're reactivating your account. Seems like one of those psychological games: "come on, do you really want to leave? Now you have to wait even longer for your account to be deleted! Just come back to the fold!"
Post reply on HN