I'am getting following error response while authenticating from Yahoo..
Is Yahoo callback not working with localhost..?
How to specify callback origin in yahoo for local rails server?
http://localhost:3000
{
"error": "access_denied",
"error_description": "InternalOAuthError: Failed to obtain request token (status: 401 OAuth ErrorCustom port is not allowed or the host is not registered with this consumer key."
}
can you share details how you configured yahoo application from
https://developer.yahoo.com/apps/
I'am getting following error response while authenticating from Yahoo..
Is Yahoo callback not working with localhost..?
How to specify callback origin in yahoo for local rails server?
can you share details how you configured yahoo application from