I'm redirecting to the url given by .get_authorization_url() and getting an oauth_token and oauth_verifier back, but when I try to send the oauth_verifier through .get_access_tokens() I get the following rauth error:
KeyError: 'Decoder failed to handle oauth_token with data as returned by provider. A different decoder may be needed. Provider returned: oauth_problem=permission_unknown'
Does anyone know what's up?