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
Hello,
I am writing to let you know that the YahooImpl doesn't work anymore with OAuth1.
I have changed the code to work with OAuth2, but you need to consider this changes:
Hello,
I am writing to let you know that the YahooImpl doesn't work anymore with OAuth1.
I have changed the code to work with OAuth2, but you need to consider this changes:
Use OAuth2. In OAuth2 you also need to change the method from GET to POST for OAUTH_ACCESS_TOKEN_URL (line 114)
I will make a pull request for it, but i am just posting in case there is someone searching for why Yahoo is not working anymore.
The text was updated successfully, but these errors were encountered: