Handle unliking pages in a more robust way #51
Merged
weskerfoot
merged 14 commits from handle-grid-layout
into master
6 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'handle-grid-layout'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Going to switch things around so it uses
https://www.facebook.com/$profilename/likes_all
instead of the existing one, since this seems more stable and less likely to break at the moment.Current strategy is to grab all page URLs for the links on that page, and then go to each of them individually and use the
mobile.facebook.com
interface to unlike them.I believe I have it working now. Just need to do some refactoring and clean things up a bit.
Ok I've tested it a bunch of times and it seems to be working pretty reliable
Going to give it a test run with a different profile
I think this is working well enough to be merged now
82f4d13a1d
.