You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2019. It is now read-only.
I'm using your library and i need to be able to use stored tokens and try to reuse them. As a separate path from the OAuth flow.
At the moment a hacked away a little bit to achieve this functionality but maybe it's an idea to implement this (the right way)?
This i my method to use existing tokens and tap into your library.
I made "get_consumer_info_for()" a class method,made it always return a 3-tuple and for the rest using the implementation from your demo.