I seem to be having an issue with SSL whenever trying to use oAuth2 in Python. I\'ve spent most of the afternoon attempting to debug it but can\'t seem to figure it out.
First, run pip install certifi. Then set the client's ca_certs property, before making any requests:
pip install certifi
client = oauth.Client(consumer) client.ca_certs = certifi.where()
This was inspired by jterrace's suggestion to use httplib2.Http.add_certificate
httplib2.Http.add_certificate