fb-post-bulk-privacy-edit
fb-post-bulk-privacy-edit copied to clipboard
A script to bulk edit Facebook post privacy settings
As the title says - I followed the procedure step by step and yet can't see any entry when I'm switching posts privacy. Maybe something changed with FB?
Hi, I was trying to get this working on a macOS Catalina, but am not having much luck. I was able to get all of the input parameters successfully, including...
The post id retrieval failed i'm guessing because of the high amount of posts I tried this command but it returns nothing, also can you explain how i'm supposed to...
I created FB app for the purpose, but it seems like facebook does not allow me to access user post, as i can't request the required permission. my app needs...
Hello, I was able to get the script to work after filling all the parameters with correct values however it does not actually change privacy settings as I just figured...
Get postids failed b'{"error":{"message":"(#4) Application request limit reached","type":"OAuthException","is_transient":true,"code":4,"fbtrace_id":"HJZvd\\/uujRi"}}' Traceback (most recent call last):
Here is return error when I run process.py on Terminal ### Starting from time.struct_time(tm_year=2010, tm_mon=4, tm_mday=25, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=6, tm_yday=115, tm_isdst=0) Starting from time.struct_time(tm_year=2010, tm_mon=4, tm_mday=26, tm_hour=0, tm_min=0, tm_sec=0,...
Does one of the following post_param values work? It seems as if an 'allow' and a 'deny' are required for a custom privacy? post_param=%7B%22allow%22%3A[247124075410460]%2C%22deny%22%3A[%2210100455405670186%22]
egrep -oh 'top_level_post_id":"(\d+)"' Your_page.html | cut -c 31-45
- After generating your TOKEN - Go to https://developers.facebook.com/docs/graph-api/reference/v2.12/user/feed - In the coding example box for Reading click on Graph API explorer - Click Submit - At the bottom of...