Skydrive API中的localhost回调URL

问题描述:

我正在尝试在我的Asp.net mvc3应用程序中实现SkyDrive API.我尝试使用

I am trying to implement SkyDrive API into my Asp.net mvc3 application.I tried to create app in Microsoft using this tutorial for implementing user authentication , but I am facing a problem in Callback Url, because Microsoft forces me to add a real domain and I want to use my localhost in order to develop it right now.

我找到了解决问题的方法,我使用了 pageKite 解决我的问题. pagekite通过将本地主机映射到真实域为我提供了本地主机的替代方法.因此我将该域添加到了我在Microsoft中的应用中,并且可以正常工作.

I find a solution for my problem, I used pageKite to solve my problem. pagekite gave me an alternative to my localhost by mapping my localhost to a real domain. so I added that domain to my app in Microsoft and its working.