fb-post-bulk-privacy-edit
fb-post-bulk-privacy-edit copied to clipboard
A script to bulk edit Facebook post privacy settings
When I run process.py i got empty list in posts request It work when i change `USER_ID` with `me`
Hey ! Thanks for the script I understand all the parameters except the BODY one : "7. Scroll down further to the "Form Data" section, click "view source", copy all...
Hi, thank you for your script. I noticed 2 things: 1) I had to replace USER_ID with /me/ to make it work. 2) it doesn't change the privacy settings on...
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,...
=================Using first method ===================== Starting from 1293840000 Get postids failed {"error":{"message":"An access token is required to request this resource.","type":"OAuthException","code":104,"fbtrace_id":"BaZ9Mqkvyat"}} Traceback (most recent call last): File "process.py", line 24, in d...