how do I configure a new windows-live provider using omniauth?
I tried the following with no success:
use OmniAuth::Strategies::WindowsLive, key, secret
and
provider :windows_live, key,secret
how do I configure a new windows-live provider using omniauth?
I tried the following with no success:
use OmniAuth::Strategies::WindowsLive, key, secret
and
provider :windows_live, key,secret
看看这里的问题:https ://github.com/intridea/omniauth/issues#issue/26 。Windows live 似乎有点偏离 OpenID 标准......