I keep getting a 404 error when trying to get the viewers for an account, but every other request works fine?
I’ve tried searching online to no avail, and it’s confusing me…
code:
I keep getting a 404 error when trying to get the viewers for an account, but every other request works fine?
I’ve tried searching online to no avail, and it’s confusing me…
code:
print(makeRequest(request=‘follows?to_id=517462271’, authKey=keys[0], clientId=keys[1]))
should be
print(makeRequest(request=‘users/follows?to_id=517462271’, authKey=keys[0], clientId=keys[1]))
Oooh, i did not see that, thank you!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.