Alexej Sommer
Alexej Sommer

Reputation: 2679

Is Live SDK deprecated?

As I have understand - Live SDK has supporting 2 main features: OneDrive and Microsoft account

Now with release OneDrive SDK all OneDrive features are coud be found in it. But if you want to access Microsoft Account you still can use only Live SDK.

Seems that now we have 2 branches - Live SDK and OneDrive SDK. One for account and another for files.
I am asking because sometimes it's not clearly written and looks like live SDk is depricated.

Upvotes: 3

Views: 1025

Answers (1)

Johnno Nolan
Johnno Nolan

Reputation: 29657

They are deprecated according to this:

The Live Connect APIs are deprecated. We recommend that you use the Outlook REST APIs to build your solutions. This will extend your reach to Outlook.com users and Office 365 enterprise customers. Although the Live Connect APIs will be supported in Outlook.com for the short term, existing Live Connect API solutions might stop working without advanced notice. If your app is using IMAP with OAuth 2.0, it will continue to work, but our REST APIs are the primary APIs for building apps that connect to Outlook.com and Office 365. Read the article on how you can take advantage of the Outlook REST APIs.

https://msdn.microsoft.com/en-us/library/hh243641.aspx

Upvotes: 3

Related Questions