Diego81 / omnicontacts

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

Yahoo Callback Domain do not allow 'yahoo' #149

Closed maxgronlund closed 8 years ago

maxgronlund commented 8 years ago

when I go to https://developer.yahoo.com/apps/create/ And set the Callback Domain to digiramp.com/contacts/yahoo/callback Then the input field turns red and i can see this error message: "The following strings are not allowed: yahoo, yahoo! and y!" And the save button is disabled

What am I doing wrong here? screen shot 2015-11-18 at 17 38 31

rubytastic commented 8 years ago

seems like yahoo does not allow you to have this in your url would need to mount your contacts/yahoo on another location /contacts/y for example. Not sure if this is possible or configurable at the moment. if not please make a pull request for it.

georgecoltart commented 8 years ago

@maxgronlund in case this is still an issue for you or anyone else - it seems Yahoo only wants the root domain rather than the full path. The path to the callback is passed from the Gem configuration in omnicontacts.rb

So in this case you'd be fine with digiramp.com