I am trying to sign in using yahoo and I have done all of the appropriate steps but I keep getting the error below
{
“error”: “access_denied”,
“error_description”: “InternalOAuthError: Failed to obtain request token (status: 405 data: \n\n<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>\nError 405 HTTP method POST is not supported by this URL\n\n
HTTP ERROR 405
\n
Problem accessing /oauth/v2/get_request_token. Reason:\n
I am still getting the same error when I click on “try” yahoo under social connection. I even signed out of auth0 and signed back in and still get the same error.
Just to clarify. So does that mean when i go through the auth0 → social connection → yahoo → “try” it won’t work but if I put these properties in the code of my project it should work?
That did it! Thank you so much. One last favor! how do I get the access token that it generated so that I can make requests to the yahoo api for the users specific data not just its profile info (name, email, etc).
I am making requests to their api for fantasy football data and I need a token to do so.