Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 Windows Phone 应用程序来测试另一个应用程序,并希望使用 skydrive 来保存该应用程序的屏幕截图。我正在使用 LiveSDK,每次部署应用程序时,我都必须插入用户名和密码才能连接到 skydrive。如何提供我的用户/密码以避免同意和登录页面?谢谢!
初始化 LiveConnectClient 实例时,将“wl.offline_access”添加到范围列表中。通过离线访问,您的应用程序的用户不必在每次使用该应用程序时都登录并同意。请点击以下链接以获取有关范围和权限的更多信息:
http://msdn.microsoft.com/en-us/library/live/hh243646.aspx