The developers guide to the SkyDrive APIs Deepesh Mohnani Program Manager @deepeshm 3-139 Agenda What is SkyDrive? Microsofts bet on SkyDrive Connecting your apps with SkyDrive Connecting your website
with SkyDrive What is SkyDrive? Powerful cloud storage for docs, photos, and files Deeply integrated in Windows and Office
Natively accessible across devices and web Rich sharing and collaboration Easy to use developer APIs Microsofts bet on SkyDrive Deep integration Integrated with Office today With Office 2013 you can easily Open and Save documents in SkyDrive as well as share
them from the document enabling co-authoring on PC, Web and Mac. Integrated into Windows and File Explorer SkyDrive is integrated into Windows through Windows Explorer and File Explorer to provide you offline access to all of your stuff in SkyDrive. Best cloud for Windows 8 SkyDrive has a Windows Store app for Windows 8 that allows users to access SkyDrive files and save to SkyDrive across the OS Windows Phone camera roll
Deeply integrated in to the Windows Phone camera roll and Office Hub. Take a picture and it is automatically backed up into SkyDrive SkyDrive everywhere Files Available across devices Storage plan that fit your needs Apps
Modern devices Works with Office Connect Windows devices and apps so you can to personal cloud organize, work storage so you can together, and share work or play
in new ways Works with the 3rd seamlessly anywhere party apps that you care about Connecting your apps to SkyDrive You can create apps that. Create and capture docs or photos
Save news articles to SkyDrive for access later on another PC Save images from a shopping app to SkyDrive to show off later on a phone or TV Store drafts for a notes app so users can pick up where they left off on another device Bring their personal content to your experience Share pictures from users SkyDrive in a social networking app Insert pictures into a review app Access pictures and documents from a users SkyDrive from anywhere The SkyDrive APIs allow you to read and write any file type to your users SkyDrive
Live SDK What is it? Access SkyDrive using industry standard protocol like OAuth 2.0 and RESTful web APIs returning JSON responses Unified cross-platform programming experience Why use it?
Easy to get started integrated with Visual Studio Built on top of the REST APIs Simplifies authentication and the permission grant experience Provides a recognizable login experience Live SDK https://apis.live.net/v5.0/me/ friends
friend friend contacts conta ct conta ct
calendar event event albums album album
SkyDrive folder photo profile doc pictur e
Live SDK C# LiveLoginResult authResult = await authClient.LoginAsync(new List() { "wl.signin", "wl.basic", "wl.skydrive" }); LiveConnectClient clientFolder = new LiveConnect..; clientFolder.GetAsync("/me/albums"); Live SDK - JS WL.Event.subscribe("auth.login", onLoginComplete); WL.init(); WL.login({
scope: ["wl.signin", "wl.skydrive"], }); WL.api({ path: me/albums", method: "get" } ).then.. Integrating SkyDrive into your app
Demo Demo recap Getting started with Live SDK Creating a hello world app Getting user profile info Loading user albums Loading pictures from an album Uploading and downloading files Connecting your website to SkyDrive
SkyDrive picker Drag picture to placeholder or click icon to add Enable web users to open files from or save files to SkyDrive File picker light box Easy to implement: just insert a few lines of JavaScript Replicating the experience of picking
files from SkyDrive in Windows 8 to the web Integrating SkyDrive into your website Demo Demo recap Integrating the SkyDrive picker to your website Providing a familiar experience to your users
Supported platforms REST and many more.. Questions SkyDrive: http://www.skydrive.com Live SDK portal : http://dev.live.com Live SDK download: http://
dev.live.com/download Resource s Interactive SDK: http://isdk.dev.live.com Live SDK source: http://github.com/liveservices/ Samples: http://github.com/liveservices/liveSDK Twitter: @deepeshm Blog : https://blogs.msdn.com/deepm
Please submit session evals on the Build Windows 8 App or at http://aka.ms/BuildSessions Resource s Develop: http ://msdn.microsoft.com/en-US/wind ows/apps/br229512
Design: http://design.windows.com/ Samples: http ://code.msdn.microsoft.com/windo wsapps/Windows-8-Modern-StyleApp-Samples
Videos: http://channel9.msdn.com/Windo ws evals by using the Build Windows 8 app Please submit session or at http://aka.ms/BuildSessions 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.