yahoo-oauth
yahoo-oauth copied to clipboard
Yahoo OAuth Library
While testing the library in Python 3.10.7 using pyaml 24.4.0 I ran into a Type error with the yaml handling: ``` TypeError: load() missing 1 required positional argument: 'Loader' ```...
The current unit tests are outdated and need a revamp. - Test should mock calls to Yahoo API instead of making requests, end-to-end testing with real API requests should be...
Yahoo no longer supports OAuth1 logins so we can safely remove the implementation from this project. SocDir was [shut down in 2020 ](https://developer.yahoo.com/oauth/social-directory-eol) and the remaining APIs offered by Yahoo...
Resolves #70
The Yahoo get_token api no longer returns a value for xoauth_yahoo_guid so we should remove our handling of it. https://github.com/josuebrunel/yahoo-oauth/blob/master/yahoo_oauth/oauth.py#L141-L147 Related Issues: #69