fb-post-bulk-privacy-edit
fb-post-bulk-privacy-edit copied to clipboard
USER_ID should be replace with me
When I run process.py i got empty list in posts request
It work when i change USER_ID
with me
Can you clarify what you mean? USER_ID is just a variable name, so I doesn't change anything.
@SixFingeredAmish I mean
- conn.request("GET", '/'+USER_ID+'/posts?access_token='+TOKEN+'&since='+str(cur_since)+'&until='+str(cur_since+INTERVAL))
+ conn.request("GET", '/me/posts?access_token='+TOKEN+'&since='+str(cur_since)+'&until='+str(cur_since+INTERVAL))