Facebook hides posts while deleting indiscriminately - dangerous consequence #88

Open
by indiandragon opened 5 years ago · 5 comments
indiandragon commented 5 years ago (Migrated from github.com)
Owner

We already know Facebook employs counter measures while deleting posts indiscriminately (#39), but I am confident that it's not limited just to changing the layouts. Facebook actually hides individual posts at random(or with some pattern) while deleting linearly.

I had successfully deleted thousands of posts (partially using this tool & manually). Though it looked like I have deleted all the posts, every couple of months some random post becomes visible in my profile.

The likely reason is that the post was hidden from me when I was deleting (or) the worst case scenario is Facebook didn't delete the post when I deleted them although this is unlikely.

So incase you have deleted your posts, do visit your profile once in a while to see whether this is happening.

We already know Facebook employs counter measures while deleting posts indiscriminately (#39), but I am confident that it's not limited just to changing the layouts. Facebook actually hides individual posts at random(or with some pattern) while deleting linearly. I had successfully deleted thousands of posts (partially using this tool & manually). Though it looked like I have deleted all the posts, every couple of months some random post becomes visible in my profile. The likely reason is that the post was hidden from me when I was deleting (or) the worst case scenario is Facebook didn't delete the post when I deleted them although this is unlikely. So incase you have deleted your posts, do visit your profile once in a while to see whether this is happening.
weskerfoot commented 5 years ago (Migrated from github.com)
Owner

Yeah, I've seen this. Sometimes old posts that you deleted will pop up again randomly. I'm not sure if there's a way to fix it other than regularly deleting. It's possible that they are disabling the delete button, and some things don't get deleted that should, or deleting so many posts at once causes some deletions to fail because it starts dropping requests on the backend (that would be my best guess).

I'm still planning on trying to convert this to use the activity log instead to delete things, but I don't know if this would solve anything.

Thanks for using the tool btw!

Yeah, I've seen this. Sometimes old posts that you deleted will pop up again randomly. I'm not sure if there's a way to fix it other than regularly deleting. It's possible that they are disabling the delete button, and some things don't get deleted that should, or deleting so many posts at once causes some deletions to fail because it starts dropping requests on the backend (that would be my best guess). I'm still planning on trying to convert this to use the activity log instead to delete things, but I don't know if this would solve anything. Thanks for using the tool btw!
weskerfoot commented 4 years ago (Migrated from github.com)
Owner

I think this will be remedied by switching to using the activity log for everything, although I'm actually not sure. They might do something similar to rate limit you there.

I think this will be remedied by switching to using the activity log for everything, although I'm actually not sure. They might do something similar to rate limit you there.
ZeroOneLabs commented 3 years ago (Migrated from github.com)
Owner

Sorry for the necro.

What do you think of "noise scrubbing" each post before deletion? What I mean by this, is editing the post, replacing the text with random strings, saving the post, and then deleting it. That way, even if FB restores the post, it has random gibberish. Maybe work in some ASCII art that spells out "DELETED"?

Sorry for the necro. What do you think of "noise scrubbing" each post before deletion? What I mean by this, is editing the post, replacing the text with random strings, saving the post, and then deleting it. That way, even if FB restores the post, it has random gibberish. Maybe work in some ASCII art that spells out "DELETED"?
lucasew commented 3 years ago (Migrated from github.com)
Owner

Sorry for the necro ²

If this behavior happens only when you started deleting things you can fetch the list of all the posts before deleting them. The program will know all the post ids before start deleting something.

Sorry for the necro ² If this behavior happens only when you started deleting things you can fetch the list of all the posts before deleting them. The program will know all the post ids before start deleting something.
weskerfoot commented 3 years ago (Migrated from github.com)
Owner

Sorry for the necro ²

If this behavior happens only when you started deleting things you can fetch the list of all the posts before deleting them. The program will know all the post ids before start deleting something.

the way it works now (with the mobile site) might not even have this issue, I can't confirm though

> Sorry for the necro ² > > If this behavior happens only when you started deleting things you can fetch the list of all the posts before deleting them. The program will know all the post ids before start deleting something. the way it works now (with the mobile site) might not even have this issue, I can't confirm though
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.