Diego81 / omnicontacts

A generalized Rack middleware for importing contacts from major email providers.
477 stars 230 forks source link

Internal Error on Yahoo OAuth #178

Closed ghost closed 5 years ago

ghost commented 6 years ago

I was receiving this error lately using yahoo oauth: Error internal_error while processing /contacts/yahoo/callback: {"error":{"@lang":"en-US","@uri":"http://yahoo.com","description":"Access forbidden for the user as cookie validation failed","detail":"Access forbidden for the user as cookie validation failed"}}

katiemccann commented 6 years ago

If this is still an issue, please provide a demo app that reproduces the issue.

kinjalchotaliya commented 6 years ago

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." }