We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run process.py i got empty list in posts request It work when i change USER_ID with me
USER_ID
me
The text was updated successfully, but these errors were encountered:
Can you clarify what you mean? USER_ID is just a variable name, so I doesn't change anything.
Sorry, something went wrong.
@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))
No branches or pull requests
When I run process.py i got empty list in posts request
It work when i change
USER_ID
withme
The text was updated successfully, but these errors were encountered: