- changed status to open
Exception while Requesting User Authorization
This library works great. But one small thing when I obtain a request token, I use OOB for callback(I dont want to use callback), the app will throw exception in the step of Requesting User Authorization.
When I trace the issue, I saw i came from models.py of oauth_provider line 124 (return self.callback + args) callback now is none using with "+" which will cause an exception.
Many Thanks
Comments (2)
-
David Larlet
-
Michał Jaworski
- changed status to resolved
fixed
- Log in to comment »
Ok, I see. Did you fix the lib since then, can you provide a patch?
Thanks.