Live Connect announcement
-
Link
Live SDK v5.4 is now available for download. New additions to this version of the SDK include:
-
Windows Store HTML and XAML applications. Version 5.4 of the Live
SDK was updated for compatibility with Windows 8.1 Preview and Visual Studio
2013 Preview, including new behavior specific to Windows 8.1 Preview: For a
user not connected with a Microsoft account, invoking WL.login in JavaScript or
LiveAuthClient.LoginAsync will trigger the process to connect the user with a
Microsoft account. Also specific to 8.1 Preview, for users who are not
connected with a Microsoft account, calling methods on LiveConnectClient to
access user data will result in a reject response.
-
Windows Phone 8. This update contains several fixes for the new
WP8 SDK, including a fix for a login session cache issue that could prevent a
user from logging in with a different account after logging out. Additionally
resolved in this update is a caching issue in LiveConnectClient.UploadAsync
that could lead to additional app memory consumption and less accurate progress
event data when uploading large files. As a result, larger files can be
uploaded on lower-memory devices than was possible in the past.
-
.NET client and ASP.NET apps. The Live SDK v5.4 Nuget package has
been updated with support for .NET 4.
- Live SDK for iOS apps. Several UI issues related to login in the iOS 6 SDK have been resolved.
-
Windows Store HTML and XAML applications. Version 5.4 of the Live
SDK was updated for compatibility with Windows 8.1 Preview and Visual Studio
2013 Preview, including new behavior specific to Windows 8.1 Preview: For a
user not connected with a Microsoft account, invoking WL.login in JavaScript or
LiveAuthClient.LoginAsync will trigger the process to connect the user with a
Microsoft account. Also specific to 8.1 Preview, for users who are not
connected with a Microsoft account, calling methods on LiveConnectClient to
access user data will result in a reject response.
-
Link
When 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.
-
Link
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.
-
Link
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:
-
Link
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.
-
Link
Check out our open source depot on github: https://github.com/liveservices/
-
Link
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
-
Link
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
-
Link
Live 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.
-
Sticky1Votes
Live SDK v5.4 released
Live SDK v5.4 is now available for download. New additions to this version of the SDK ...1 Replies | 828 Views | Created by JOshiro - Monday, July 01, 2013 8:27 PM | Last reply by Jim Chapman Turnipsoft - Monday, July 15, 2013 8:03 AM -
Sticky0Votes
Support for XMPP ends in October 2013
Last year, we announced that support for Messenger will end in 2013. We’ll continue to support your apps that use Extensible Messaging and Presence Protocol (XMPP) only until October ... -
Sticky2Votes
PLEASE READ BEFORE POSTING: THIS IS NOT THE FORUM FOR Hotmail/Messenger Client/Outlook/Microsoft Account Questions
Hi all, please note that this forum is specifically for questions related to developing applications using Live Connect Services. This is not the correct forum for questions ...
-
Discussion0Votes
Add Application Is Broken
nothing happens. At all. While in IE10 / 9 when trying to go to the next step, it keeps loading forever. You'd expect from Microsoft to make sure that this process should be perfected. But, it's ...2 Replies | 916 Views | Created by Jeffrey RAMIA - Friday, June 29, 2012 7:22 AM | Last reply by SJR3t2 - 11 hours 49 minutes ago -
Unanswered0Votes
e-mail recovery
I have tried to recover my email account through by filling in the outlook form, but it just keeps sending me a email to another email account telling me to submit a new form, i do but it just ... -
Unanswered0Votes
Anyone know why the "My apps" page is broken????
manage.dev.live.com/?mkt=en-us Page can't be displayed. I need to make high pri changes to my app. ...2 Replies | 54 Views | Created by teachorg - Wednesday, September 04, 2013 9:20 PM | Last reply by Carl Hirschman - 15 hours 37 minutes ago -
Unanswered0Votes
File ID lifetime for Files uploaded to SkyDrive using API
Is the file id, that we obtain after uploading a file to SkyDrive fixed? Can I store this file id somewhere locally, and use it in my application to retrieve it ...1 Replies | 49 Views | Created by SevuganH - Thursday, September 05, 2013 1:43 AM | Last reply by Carl Hirschman - 15 hours 38 minutes ago -
Unanswered0Votes
security code
Hallo, i couldn`t get into my mailbox darja_l on hotmail.com because Microsoft company asked me to use security code for protecting my account. I haven`t get necessary ... -
Unanswered0Votes
Unable to Login to Microsoft Live Account
Hello I am not able to login to Live E-mail account from over two months now. I thought there could be some temporary issue, however, its too long to be ... -
Unanswered0Votes
Hotmail/Outlook URI encodes parentheses - destroys URL
Are parentheses and commas considered reserved characters within Outlook/hotmail? I have a link that utilizes parentheses and commas, but it is failing due to Outlook/hotmail encoding ... -
Unanswered0Votes
Zach Harder
Would could you remove Zach Harder off of linked in. I am his aunt and he passed away last September. Every time you send a linked I, I see his name and it is like pouring salt in a ... -
Unanswered0Votes
Browser Compatability
I have the latest firefox browser.. version 23.0.1. The outlook.com asks me to upgrade to version above 17 and redirects me to mobile site. The mobile site is annoying site and it doesn't even refresh ... -
Unanswered0Votes
Attachment Issues on Outlook Through Hotmail
Could anyone help? Any suggestions?0 Replies | 37 Views | Created by Attachment Issues on Outlook Through Hotmail - Wednesday, September 04, 2013 3:20 AM -
Discussion0Votes
apps
Why can't I download apps what is worng with my account?3 Replies | 74 Views | Created by John14412 - Wednesday, September 04, 2013 2:13 AM | Last reply by Jakeinc - Wednesday, September 04, 2013 3:07 AM -
Unanswered0Votes
Can extracted text from a SkyDrive photo be accessed via an API?
Hi, The recent OCR feature for SkyDrive works great, even photos I uploaded from my phone months ago were processed. However I was disappointed when I write a quick WP to find that ...2 Replies | 63 Views | Created by PJR_07 - Tuesday, September 03, 2013 7:16 PM | Last reply by nhwilly1011 - Wednesday, September 04, 2013 12:41 AM -
Unanswered0Votes
i have a problem some 1 hacked my account and u r asking for information
im puting all my information and i have my last secret answer i dont know the new 1 coz the hacker put it and every time sent to u :) u said is ... -
Answered0Votes
Dropped support for CORS
Windows Live API 5.0 stopped Access-Control-Allow-Origin support on 11 Jul 2013. This API cannot be reached via XMLHttpRequest. I don't want to use my server as a proxy and JSONP is not elegant ...6 Replies | 107 Views | Created by Václav Dajbych - Friday, August 30, 2013 10:32 PM | Last reply by Václav Dajbych - Wednesday, September 04, 2013 12:06 AM -
Answered4Votes
Live SDK Sign in , sample code does not work !!!!
the sample code for Live SDK Sign in does not works as expected <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...12 Replies | 2974 Views | Created by Ani the daddy - Wednesday, November 23, 2011 6:18 PM | Last reply by paul tufo - Tuesday, September 03, 2013 9:45 PM -
Unanswered0Votes
Windows live does NOT work. Why?
When I want to E Mail a file, it attempts to go to Windows Live But CAN"T [email protected] -
Unanswered0Votes
Need to sign in but updated my security info
I recently changed my security info because the old email address I was using to receive confirmation codes may now be inactive. I'm now using a mobile phone number, and will be adding an alternative ... -
Unanswered0Votes
Live connect for windows phone dont sign up
server_error:microsoft.live.liveAuthException sur I had the ClientID so no idea about problem :( This my Login.xaml code ...13 Replies | 260 Views | Created by issam1985 - Thursday, August 22, 2013 7:44 PM | Last reply by issam1985 - Tuesday, September 03, 2013 8:33 PM -
Unanswered0Votes
problems with outlook
I do not like the new format for Hotmail in outlook!!! And when ever I want to send an e-mail with an attachment it closes down. I have not been able to ... -
Proposed0Votes
How to properly catch errors when using LiveConnectClient
Hi, I'm using this simple code in my Windows Phone application to upload a file: public async Task UploadFileAsync(Stream fileStream, string folderId, string fileName, ...1 Replies | 57 Views | Created by Józef Karton - Monday, September 02, 2013 7:11 PM | Last reply by Lin Wang - MSFT - Tuesday, September 03, 2013 7:04 PM - Items 1 to 20 of 2377 Next ›