Python REST Web Services POST request?
Hello, I've successfully signed and sent a GET request via python using the oauthlib.oauth1 library. An example is pasted below for anyone else trying to get past this hurdle. However, when I try to do a POST request to query data, I am hit with an Invalid login attempt. I assume something is going wrong with my signature…