Support for Grid View in the timeline to defeat Facebook's measures #39
Closed
by indiandragon opened 6 years ago
·
13 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Hi,
I had 10 years of posts to be deleted, I deleted 5 years of posts with this script and after the 5th year, Facebook disabled the ListView and only Grid View was available.
Timeline has 2 modes of displaying posts, List View & Grid View. I have reasons to believe Facebook disables the List View after deleting several posts and only Grid View is available there after.
Grid View is not currently being handled in the script.
I've found this with page likes too. Will look into it, thanks for the info.
This is currently blocking my testing on https://github.com/weskerfoot/DeleteFB/issues/47
I think a workaround is to check if the page has the "Review Liked Pages" card in it.
It seems like Facebook will switch you to a grid view for certain things if you delete all of your content and then re-add it. I'm not sure if there is a way to force it to use list view.
I'm also not sure if the "Review" button is available always, and I can't seem to find a way to load it directly.
I suspect there is some kind of feature flag that varies between accounts that is causing this to be different for some people
It will have to support both types I guess. A reasonable approach would be to look for that "Review Liked Pages" button for pages.
For the timeline we can check for an element with the
uiGrid
class applied to it.Unliking pages is working without needing to differentiate between grid layouts.
I used the mobile version of the site. The same method might work for posts.
Why not use "Manage posts" feature of Facebook? It already allows you select and delete Facebook posts, but with limit to 50.
This is where I find it:
@mitar that could be more efficient, but I'm not sure how easy archiving would be
That manage posts also shows posts themselves? So you could extract data there? No?
Or, why not automatize using Facebook archive function to get all JSONs first? So I just noticed (used it before running this tool) that they support exporting JSONs now. To support migration to another service. It seems to contain everything.
@mitar Cool, I wasn't sure if it only showed a summary or the whole post itself. The JSON exporting feature looks nice as well. I definitely would like to explore using that.
It shows some kind of thumbnails. I think content is there, but not comments on the content.
But if you click on it, you get a nice dialog box showing you content in full. It could be used to extract the post fully, if thumbnail is missing something.
Will probably try to tackle this next, as well as improve the archiving functionality
should no longer be an issue