无法在本地使用windows live api

Nav*_*eon 4 windows asp.net api live

HI,

我在使用Windows Live API时遇到了问题

我使用asp.net,我无法在本地使用回调网址

登录链接仅在我提供实时网址时才有效,但我无法使用本地主机.

请帮忙

Man*_*jua 7

它也可以帮助别人 -

请在主机文件中添加以下条目(位于[%system drive%]\Windows\System32\drivers\etc)

127.0.0.1  www.example.com 

#[Please replace example domain with your actual one]
Run Code Online (Sandbox Code Playgroud)

Windows Live服务器希望你的返回URL在其中包含http://但是chrome不会添加它而IE会添加它,我在浪费了一段时间后才意识到这一点.

这应该可以帮助您在本地计算机上测试api.