pellaeon / fb-post-bulk-privacy-edit

A script to bulk edit Facebook post privacy settings
72 stars 24 forks source link

Incorrect Facebook ID #4

Open aaronpries opened 6 years ago

aaronpries commented 6 years ago

The website https://findmyfbid.com/ reported an incorrect ID. This caused the GET request from graph.facebook.com to fail.

The following workaround works: Visit https://graph.facebook.com/v2.5/me?fields=id%2Cname%2Cposts&access_token= and copy the id field

After fixing this, the script finds the post IDs and is able to hide them.