Diego81 / omnicontacts

A generalized Rack middleware for importing contacts from major email providers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yahoo Callback Domain do not allow 'yahoo'

maxgronlund opened this issue · comments

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

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.

@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