Skip to content
New issue

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

USER_ID should be replace with me #7

Open
nayzawoo opened this issue Mar 4, 2018 · 2 comments
Open

USER_ID should be replace with me #7

nayzawoo opened this issue Mar 4, 2018 · 2 comments

Comments

@nayzawoo
Copy link

nayzawoo commented Mar 4, 2018

When I run process.py i got empty list in posts request
It work when i change USER_ID with me

@steakscience
Copy link

Can you clarify what you mean? USER_ID is just a variable name, so I doesn't change anything.

@nayzawoo
Copy link
Author

@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))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants