Daniel Myers
Results
1
issues of
Daniel Myers
``` access_token = resp.content.get('access_token') ``` AttributeError: 'function' object has no attribute 'get' Commented out the content() override in RauthResponse and everything works. I am using python 2.7 and OAuth2. Took...