Live Connect
Discuss and ask questions about Live Connect and the Live SDK. Live Connect enables developers to connect their websites, applications and devices to Windows Live ID, SkyDrive, Hotmail and Windows Live Messenger. The Live SDK is the associated set of downloads for targeting development on Windows Phone and Windows Developer Preview.
公告
- 链接
Application provisioning API will be deprecated in March 2013.
Shelly GuoMicrosoft Employee2012年12月11日 5:40When we shipped the Live Connect API service 5.0 April last year, we included the functionality to allow an app to provision applications on behaves of other developers. This functionality is enabled if the app has permission to use the wl.application and the wl.application_create scope. Application information can be access through the https://apis.live.net/v5.0/me/applications path. After observing the usage pattern of this API for more than a year, we have concluded that this API does not fit into the user model and the design goals of the Live Connect API, whose primary objective is to provide developer access to user’s data stored in Windows services, not a platform to auto provision applications. With that, we’re now announcing the plan to decommission any APIs that are related to application provisioning through the Live Connect API service, which include all calls to the https://apis.live.net/v5.0/me/applications path and its sub-paths. These APIs will stop working in March 2013.
- 链接
Messenger Connect v4.1 is now deprecated
With the release of v5.0 of the Messenger Connect API, the previous version is now deprecated. As mentioned in the v5.0 announcement blog post, the latest version of the Messenger Connect API is the result of taking into account a lot of the input from developers about how to simplify the API and address key limitations we had in the previous version.
The v4.1 API will continue to function and will be supported for one year after the release of the v5.0 API. New applications are strongly encouraged to use the v5.0 Messenger Connect instead of the deprecated v4.1 API. It is also recommended that when you upgrade or modify existing applications avoid using and remove usage of the v4.1 APIs.
Below is a list of v4.1 features that will no longer be supported in new applications with the release of v5.0 of the Messenger Connect API
- The v4.1 API provides the ability to publish activities using activity streams to a user’s Messenger Social feed. We received significant feedback from developers and end users that this functionality is not complete because it doesn’t set the Messenger status field and is thus not visible in the user contact list nor in mobile or previous versions of the Messenger client. In addition, we’ve gotten complaints about the complexity of the data formats required to publish status updates. For this reason, we have updated the activity object available in v5.0 to address these shortcomings. For this reason we are not supporting any new applications using the v4.1 activity publishing APIs although this will continue to function in existing applications. Any new applications that try to use this functionality from the v4.1 APIs will receive a 1073 error.
In summary, the v4.1 Messenger Connect APIs are deprecated and ceased working on August 14, 2012.
- 链接
Support for XMPP ends in October 2013
Last year, we announced that support for Messenger will end in 2013. Apps that already use Extensible Messages and Presence Protocol (XMPP) will continue to be supported until October 2013. We strongly discourage any new implementations relying on XMPP. Instead, we encourage you to learn more about our APIs for SkyDrive, Hotmail and Skype at http://dev.live.com.
The documentation for XMPP and messaging has been removed from the Windows Dev Center and archived. This info will not be updated and might contain links to content that no longer exists. But you can still find the XMPP topics here if you need them:
- 链接
Live Connect v5.2 released
The final version of the Live SDK v5.2 for Windows 8 and Windows Phone is now available for download here. There are several versions of the Live SDK, depending on your target development platform:- Live SDK for Windows and Windows Phone: use this edition if you're developing apps for Windows 8 or apps for Windows Phone 7.0 or 7.5. Download here.
- Live SDK for Android: use this edition if you're developing apps for Google Android mobile technology platform devices, like those running Froyo, Gingerbread, Honeycomb, and Ice Cream Sandwich. Download here.
- Live SDK for iOS: use this edition if you're developing apps for the iOS operating system for Apple devices, like iPad, iTouch, and iPod. Download here.
We’ve also added the following new features in the REST API as highlighted in this SkyDrive blog post.
1.
If you're developing apps for other platforms, you don't need to download the Live SDK; you can reference our updated Representational State Transfer (REST) API directly, as follows:
- For websites that use JavaScript, learn more.
- For Windows desktop apps, and for mobile apps for other than Windows Phone, Android, and iOS, learn more.
If you have any questions about these downloads or about the Live SDKs in general, post them in this forum. We have team members here that are ready to help you.
If you're new to Live Connect, learn how to get started; configure your app; work with our code examples; do cool things with Hotmail, SkyDrive, and Messenger; play with our APIs without writing any code; and explore our end-to-end code samples.
- 链接
Live Connect open source projects and samples on github
Check out our open source depot on github: https://github.com/liveservices/ - 链接
Support Operation Hours for Live Connect Forum
This forum is monitored by Live Connect Support and Product Group team.
Hours of Operation: 8:00AM – 5:00PM US Pacific Time (Monday – Friday)
We do not provide any support over the weekend (Saturday-Sunday).
Thanks!!!
Live Connect Support Team
- 链接
Changes in OAuth Endpoints
We would like to inform you of about the changes to the OAuth 2.0 SDK. We have transitioned the OAuth endpoints to https://login.live.com. This change is to move our OAuth 2.0 authentication service to be on the same backend as our primary login infrastructure. It will give increased scalability and reliability to our OAuth interface and also add some security features like invalidating refresh tokens if the users are detected as compromised or has changed their password.
The https://oauth.live.com endpoints will continue to function but with slightly increased latency so we recommend you begin using the new URL’s.
The new endpoints are:
- authorization: https://login.live.com/oauth20_authorize.srf
- token: https://login.live.com/oauth20_token.srf
- desktop: https://login.live.com/oauth20_desktop.srf
The old end points are:
- authorization: https://oauth.live.com/authorize
- token: https://oauth.live.com/token
- desktop: https://oauth.live.com/desktop
- 链接
Live SDK v5.3 released
Shelly GuoMicrosoft Employee2012年12月20日 6:03Live SDK v5.3 is now available for download here. New additions to this version of the SDK include:
- New .NET SDKs for client and server. Since we first introduced the Live SDK, we have seen a lot of developers ask for a .NET library that would work for classic desktop apps and ASP.NET applications. With this release you can now create applications that target traditional desktop scenarios and as well as server side scenarios. With the client .NET SDK, you can create WPF, Windows Form or console applications that let your users use their SkyDrive data. With the ASP.NET SDK, you can create websites and web server components that talk to the Live Connect API service. Using the SDK also makes it easy for you to incorporate Microsoft account into your identity system or even just use Microsoft account as your primary identity system. Be sure to check out our Build talk “Powering your apps with Microsoft accounts” below to learn more about it.
- Windows Phone 8 SDK. The WP 8 SDK takes advantage of some of the new features that Windows Phone 8 has to offer and provided you with an easy to use programming model by supporting the new Task<T> async pattern and dynamic keyword. With this you can easily move your code between your Windows 8 and Windows Phone 8 application.
- Open source projects for Windows and Windows Phone SDKs. Starting from v5.3, all Live SDK client components written in C#, Objective C and Java are released as open source projects. This makes it much easier for developers to resolve problems quickly and build solutions that are tailored to their scenarios. Be sure to check out our gibhub depot for new additions of the Windows and Windows Phone SDK source code.
- New samples and starter guides. New samples for Windows and Windows Phone are added as part of the open source Windows SDK projects. We also have an updated starter guide for Windows Phone 8 and a new one for Windows 8 and Asp.Net.
SkyDrive REST API enhancements - we have added the ability to search for files in a user’s SkyDrive by using a partial file name. You can do this by simply making an HTTP GET call with the search parameter 'q'. Here is an example:
GET http://apis.live.net/V5.0/me/skydrive/search?q=expenses
The response contains the list of files that have “expenses” in the file name.
Windows 8 Sign-in control deprecation - Starting with Live SDK v5.3, the sign-in control is deprecated from the Windows 8 C# and Windows 8 JavaScript SDKs. Instead, apps should follow our guidelines for implementing the sign in experience for Windows Store apps using HTML/Javascript and Windows Store apps using XAML.
筛选和排序使用这些选项缩小讨论列表的范围。
- 52949

Live SDK v5.3 and SkyDrive search API now available.
Shelly GuoMicrosoft Employee2012年12月20日 6:06 - 01062

Support for XMPP ends in October 2013
JOshiro 2013年3月1日 23:24 - 011650

PLEASE READ BEFORE POSTING: THIS IS NOT THE FORUM FOR Hotmail/Messenger Client/Outlook/Microsoft Account Questions
JOshiro 2011年6月15日 20:09 - 234

skydrivepicker styling/size
infopete 11 小时 48 分钟以前 - 3119

outlook.com tasks
Gilles Lauwers 2013年5月12日 17:27 - 139

login.live.com 'evt_Login_onload' is undefined
Chessar13 13 小时 21 分钟以前 - 128

Permission denied accesing email contacts with social app
Cyrik_D 11 小时 36 分钟以前 - 490

Russian locale and UI
AlexBer 2013年5月13日 11:53 - 380

Skydrive API png file sizes are not accurate
AlexBer 2013年5月18日 6:16 - 243

asynchronous WL.api and promises
infopete 2013年5月21日 22:24 - 038

WinJS.Navigation.navigate does not work
Skyflake 14 小时 33 分钟以前 - 043

Make a backup from my system to Sky drive
Mifras Mohammed 23 小时 45 分钟以前 - 448

WL.api to collate all files in a folder given the folder id
infopete 2013年5月21日 14:22 - 348

Calendar event Allday get shifted to one day earlier.
oleronne13 2013年5月19日 14:38 - 248

Using localhost for testing the REST API
Bill Snyder 2013年5月19日 2:16 - 142

How to catch exceptions which occur inside asynchronous methods? (Windows Store app, PPL)
hellobody 2013年5月20日 7:05 - 3429

WP8, Live SDK 5.3: how to sign out?
Yuriy Ushakov 2013年2月26日 7:54 - 5185

"The request has already been submitted" when using BackgroundUploadAsync
microsoftben 2013年5月6日 15:04 - 050

Logo and brandings
Marvin (VocTrain) 2013年5月18日 16:15 - 180

SkyDrive Login not working on Windows Phone
enginkirmaci_ 2013年5月13日 12:53 - 265

Change display name and profile tile
Fabio Bergmann 2013年5月17日 13:33 - 8378

Bug: API ignores sort_by parameter
boehr 2013年2月18日 11:35 - 162

notification of changes in files
luca morelli 2013年5月17日 12:20

