weskerfoot / DeleteFB

Automate Scrubbing your Facebook Presence
MIT License
2.68k stars 178 forks source link

API changes with facebook new dashboard #131

Open TRGoCPftF opened 4 years ago

TRGoCPftF commented 4 years ago

Paths to reach activity and begin deletion has changed with the new facebook dashboard. Will need major overhaul/rewrite to continue to work for the future.

If you plan to maintain this/update it, lemme know and I'll hop on board and assist.

weskerfoot commented 4 years ago

Does the most recent release work for you? I made a bunch of changes that force redirect you to the mobile.facebook.com site now, which makes things a lot easier. Pull requests/code are welcome if you find anything wrong of course!

pantoro20 commented 4 years ago

@weskerfoot I have issue with -Y command, as mobile.facebook.com/userid/timeline?year=x is broken

waddington commented 4 years ago

I also have this issue using the -Y flag. Any luck yet?

This chrome plugin reverts the layout to the old layout on the desktop version of the site, and then the /timeline?year=YYYY URL works again.

weskerfoot commented 4 years ago

I also have this issue using the -Y flag. Any luck yet?

This chrome plugin reverts the layout to the old layout on the desktop version of the site, and then the /timeline?year=YYYY URL works again.

I'll take a look soon

weskerfoot commented 4 years ago

I also have this issue using the -Y flag. Any luck yet?

This chrome plugin reverts the layout to the old layout on the desktop version of the site, and then the /timeline?year=YYYY URL works again.

try on this branch https://github.com/weskerfoot/DeleteFB/tree/fix-year

let me know if you need help debugging

weskerfoot commented 4 years ago

hmm actually it seems like that won't work, I'll try to think of another way of doing this

weskerfoot commented 4 years ago

Doing this via the activity log on mobile instead seems to work

weskerfoot commented 4 years ago

Hoping to get this working soon

bugsbyteyou commented 3 years ago

trying to delete my fb posts, found your tool. having trouble:

An exception occurred: Message: element click intercepted: Element <button value="1" class="_42ft _4jy0 _52e0 _4jy6 _4jy1 selected _51sy" id="loginbutton" name="login" tabindex="0" type="submit">...</button> is not clickable at point (916, 341). Other element would receive the click: <div>...</div>
  (Session info: chrome=91.0.4472.114)
'NoneType' object has no attribute 'get'

Using -Y argument...Is it the same bug?