这两个链接:
- http://blogs.msdn.com/b/cjohnson/archive/2011/05/14/part-2-headless-authentication-with-sharepoint-online-and-the-client-side-object-model.aspx
- http://www.wictorwilen.se/Post/Post.aspx?id=601
解释连接到在线 Sharepoint(office365 样式)的相同(但略有不同的方法)。
我尝试连接的共享点站点位于http://thickshake.sharepoint.com/
我连接到https://thickshake.sharepoint.com/_forms/default.aspx?wa=wsignin1.0并且响应是 MovedPermanently,并给了我新的 url http://th ...(与以前相同,减去http(s))。所以我尝试连接到该站点并获取Object moved to <a href="%2f">here</a>.
我觉得这是一个永无止境的循环。我想我在 https 上进行身份验证,它会将我重定向到 http,然后不接受连接。
有没有人有任何连接到 Office365 的共享点的经验,可以对此有所了解?