Live data from Hacker News

DeleteFB: Selenium script to delete all of your Facebook wall posts

github.com

151–160 of 277 posts

Re: DeleteFB: Selenium script to delete all of your Facebook wall posts

#151
post #79

Earlier quoted context omitted.

GDPR required companies to add features to append only systems to allow for true deletion (usually with something like a 30 day delay). Not sure how many actually did that, but to be compliant append only does not fly. I was on a product that did exactly that for data lakes.

I wonder how that works with Facebook's Blu-Ray cold storage [1]. Are optical disks treated like paper documents or is it still considered electronic storage? [1] http://www.digitalpreservation.gov/meetings/documents/storag...

Ah, that's interesting. If they store customer data on BlueRay disks I assume Facebook took the necessary steps to delete/destroy records according to GDPR requirements when customers request deletion....

Re: DeleteFB: Selenium script to delete all of your Facebook wall posts

#152

Here's a good app idea: Take all your facebook posts and replace them with copywrited sections of books. I.g. my cringy posts from highschool become chapters from Harry Potter. No doubt Facebook would delete these posts permanently and DMCA them.

This may work against you, especially if Bloomsbury Publishing issues an infringement notice to Facebook. In that scenario, Facebook need to place your account on 'legal hold', retaining the account and history indefinitely while the copyright case is resolved. It's possible this would be cold-storage and all past edits.

Re: DeleteFB: Selenium script to delete all of your Facebook wall posts

#153

Earlier quoted context omitted.

It's perhaps likely that Facebook doesn't still hold the data, but a 'partner' keeps it for marketing/research purposes...

Facebook has no incentive to provide access to third parties. This data is their source of revenue; they sell services off of it.

Except that they have repeatedly had gaping holes in their security that just happened to result in mass ex filtration...

It would’ve surprising if they didn’t capitalize on them.

Re: DeleteFB: Selenium script to delete all of your Facebook wall posts

#154

Whenever I try to delete old Facebook posts, I just get indefinite loading bar. Shrugs Seems like a well tested feature. /s (or maybe my posts are just stored in ice).

One of your friends were probably hacked and data mined your facebook anyway.

Re: DeleteFB: Selenium script to delete all of your Facebook wall posts

#155

I don't trust the "delete" button to scrub it from FB's database. I'd be slightly more confident ( slightly ) that editing the post might cause the core data in the db to be updated, however. In which case, I think the more effective script would be one that goes through all of your FB posts and scrambles them, or replaces the text with gibberish.

Lots of people in this thread are claiming that it doesn't based on gut feeling, but consider: - Facebook publicly claims it does [1] - Mark Zuckerberg testified in-front of congress and stated they do [2] - Multiple government regulators have specifically checked that it does in their privacy audits. [3] They might be lying and actively conspiring to not delete it, but they'd have to have a very good reason to take…

>- Facebook makes money from your data by showing you ads. If you stop using facebook, you stop generating any revenue and your data becomes a liability, not an asset.

This part at least is incorrect. Your data will always be an asset, and FB makes money not just by showing you ads but by selling your data.

Re: DeleteFB: Selenium script to delete all of your Facebook wall posts

#156

I don't trust the "delete" button to scrub it from FB's database. I'd be slightly more confident ( slightly ) that editing the post might cause the core data in the db to be updated, however. In which case, I think the more effective script would be one that goes through all of your FB posts and scrambles them, or replaces the text with gibberish.

There was a post a long time ago on HN on how to taint your FB data over time so that it's difficult to tell where your real data stopped and your fake data began. I can't find it now, but part of the advice was don't replace your real data with gibberish, but rather with non-gibberish - public domain texts for example, or better yet AI generated text). And don't do it all at once but spread it out over a year or so.

Re: DeleteFB: Selenium script to delete all of your Facebook wall posts

#157
post #29

I wrote a similar tool in Node a while back that can delete by year and category: https://github.com/spieglt/fb-delete And one to download all "Photos of you", which Facebook doesn't include when downloading your data: https://github.com/spieglt/fb-photos

Nice. Running Fb-Delete. I couldn't get the DeleteFB to work so I'm running yours instead. Any idea how long it takes if you got 1000s of posts?

Re: DeleteFB: Selenium script to delete all of your Facebook wall posts

#158

Here's a good app idea: Take all your facebook posts and replace them with copywrited sections of books. I.g. my cringy posts from highschool become chapters from Harry Potter. No doubt Facebook would delete these posts permanently and DMCA them.

Fighting one broken system with another. I love it.

Re: DeleteFB: Selenium script to delete all of your Facebook wall posts

#159

I don't trust the "delete" button to scrub it from FB's database. I'd be slightly more confident ( slightly ) that editing the post might cause the core data in the db to be updated, however. In which case, I think the more effective script would be one that goes through all of your FB posts and scrambles them, or replaces the text with gibberish.

Lots of people in this thread are claiming that it doesn't based on gut feeling, but consider: - Facebook publicly claims it does [1] - Mark Zuckerberg testified in-front of congress and stated they do [2] - Multiple government regulators have specifically checked that it does in their privacy audits. [3] They might be lying and actively conspiring to not delete it, but they'd have to have a very good reason to take…

  >>> They "trust me"

  >>> Dumb fucks
https://en.wikiquote.org/wiki/Mark_Zuckerberg

Re: DeleteFB: Selenium script to delete all of your Facebook wall posts

#160

I don't trust the "delete" button to scrub it from FB's database. I'd be slightly more confident ( slightly ) that editing the post might cause the core data in the db to be updated, however. In which case, I think the more effective script would be one that goes through all of your FB posts and scrambles them, or replaces the text with gibberish.

Probably will want to scramble multiple times, each one randomly with realistic looking sentences (better yet - just take about 100 preprogrammed sentences and permute a subset of them), and making sure there is a random spread to the total number of edits for each post
Post reply on HN