Windows Live ID SDK

授权协议 未知
开发语言 Java C/C++ PHP Perl Python Ruby C# JavaScript
所属分类 Web应用开发、 OpenID开发包
软件类型 开源软件
地区 不详
投 递 者 长孙弘盛
操作系统 跨平台
开源组织 微软
适用人群 未知
 软件概览

Windows Live ID SDK 是微软 Live 网络的开发包,包含各种编程语言的版本。

你可以使用该SDK来开发与Live网络交互的功能,例如使用 Live ID 登录,获取 MSN 好友信息等等,无所不能。

使用前必须在微软网站先为你的应用申请一个ID:

http://msdn.microsoft.com/en-us/library/bb676626.aspx

  • Prerequisite: 1. you must create an application record for it by using the Live Connect application management site (https://manage.dev.live.com) 2. If you are creating a web application, you must spe

  • 我想出了如何做,所以我决定分享: using System.Windows; using Microsoft.Live; public class LiveLogin { private static readonly string[] scopes = new string[] { "wl.signin", "wl.basic", "wl.calendars", "wl.calendars_up

  •   ·         研究Windows Live ID SDK,尤其是Web authentication 和 delegated authentication (还有一个client authentication,适合window form程序) Ø  web authentication: 适用内网(条件:只要User能够访问到内网的web server和外网 )和外网,这种验证方式只有验

  • 可怜的WP7,果然微软一开始就没准备要他活多久。 就从这Live Sdk看得出来,js版本最完备, metro还没试。 不过这wp7版本跟ios,android在一个档次,完全是个半吊子啊。 最基本的功能,当app已经auth成功以后,下一次进入的时候。 对不起,还是要调用login,弹出那个permissions access的dialog 必须让用户重新点一下“YES",这不是坑爹么。。。 明

  •  【CSDN独家发表】微软于8月16日正式开放 windows Live ID(微软在线服务的身份认证系统,以前称作Passport),同时发布Windows Live ID Web Authentication SDK,这意味着第三方网站可以使用Live ID作为自己的身份认证系统,换句话说Windows Live用户将能够登录到其它网站。 在发布的SDK中,支持ASP.NET(C#)、Java

  • OBS 官方当前(20210222)最新 要求的windows sdk 版本10.19.*** 而且内置了检查: G:\NDDEV\RTOBS\OBS-studio-webrtc\ 如果 10.0.19041.0 不满足会报错 # --- Handle Project Dependencies # # supposes that the super build, or the user uses

  • The Windows Live™ ID Client 1.0 software development kit (SDK) provides a managed API for Windows Live sign-in from within desktop client applications. Included in the release is a sample application

相关阅读

相关文章

相关问答

相关文档