-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: grab all postid to purge entire account #5
Comments
Way ahead of you! In the next few days I will have a script added to this repo to generate the ajax requests to populate a full page of post IDs. Facebook doesn't allow you to browse your activity stream all at once, you have to keep clicking "more" and the previous month buttons. Took me about an hour to do it all manually to grab my IDs from 2008 -> present, so a CasperJS script to automate this will put the purge script to much better use. Lastly a python script to trigger the purge script in a multi-threaded fashion will allow you to submit multiple purge requests at once (obviously avoiding hitting any threshold limits). |
I'm in! |
Use phantomjs instead please, casper is deprec |
ERROR - Fatal: No such file or directory; did you install phantomjs? |
@diveyez No issue for me with phantomjs 2.1.1 and npm 5.6.0 |
Any progress on this script to get all post IDs from an account? |
BUMP- Any progress on this script to get all post IDs from an account? I really want to blow my history away.... |
i was able to make progress. I collected all my fb IDs by loading the activity page on mobile and saving the HTML, parsing the IDs with awk and dumping to a text file. Next update I will make the script do all this for you in one fell swoop. |
No description provided.
The text was updated successfully, but these errors were encountered: