79433783

Date: 2025-02-12 16:32:28
Score: 0.5
Natty:
Report link

I would say one of the issues is the way you are getting the redirect_uri

Basically you have to:

const REDIRECT_URI = chrome.identity.getRedirectURL();

Also for me worked to get that REDIRECT_URI generated and paste it at your yahoo app Redirect URI(s) in the yahoo developer. They have to be the same.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: pabloRN