Via the tutorial at https://github.com/simplegeo/python-oauth2, I can create a signed Request object. But I don’t understand how to send the request and receive anything back.
When I check the URL that I get from request.to_url(), I get a response. I just don’t know how to get it programmatically.
To make a GET request, you can just do
For POST, you should be able to do