thatoneguy99 33 Posted June 24, 2017 Author Posted June 24, 2017 Well I am a little bit further now. I figured out my error (syntax of course), it wasn't passing the "authorization" part and was throwing the error. So I can authenticate and sent an http GET request to users/userid/views. I get a HTTP Response 200 in the server logs but I don't know what to do from there. Sending a HTTP GET request to /users/userid/views should return a JSON string, is that correct? If it is a JSON string, and I can figure out how to see that string somewhere (script created txt file with the JSON string contents), I think I will be in a good place to move forward.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now