Open aaronpries opened 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.
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.