Presentation is loading. Please wait.

Presentation is loading. Please wait.

Office 365 Development.

Similar presentations


Presentation on theme: "Office 365 Development."— Presentation transcript:

1 Office 365 Development

2 Microsoft Office 12/7/2018 Course Agenda Deep Dive into Integrating Office 365 APIs with Web Applications Module 1: Deep Dive into Azure AD with the Office 365 APIs Module 2: Deep Dive into Office 365 APIs for Calendar, Mail, and Contacts Module 3: Deep Dive into Office 365 APIs for OneDrive for Business Module 4: Deep Dive into Office 365 APIs for SharePoint Site services Module 5: Deep Dive into Office 365 APIs for Yammer services Module 6: Deep Dive into Office 365 APIs for Office Graph Module 7: Deep Dive into Office 365 APIs for OneNote services © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

3 O3653-4 Deep Dive into Office 365 APIs for Yammer services
Microsoft Office 12/7/2018 O Deep Dive into Office 365 APIs for Yammer services Speaker © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

4 Agenda Overview REST API OpenGraph Protocol Embedding Build 2014
12/7/2018 Agenda Overview REST API OpenGraph Protocol Embedding © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

5 Overview Microsoft Office 12/7/2018
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

6 Yammer 101 Groups Activity Stream Private messaging News feed

7 Integration Vision CMS CRM Legacy Applications Human Resources ERP
Stories CMS CRM Legacy Applications Human Resources ERP Sentiment Analysis Customer Support

8 Data In/Data Out Data In
Send activities from external applications to Yammer using Open Graph. Data Out Place Yammer in external applications with Yammer Embed.

9 REST API Messages Users Groups Search Activities Autocomplete
TechReady 17 12/7/2018 REST API Messages Users Groups Search Activities Autocomplete Invitations Suggestions Networks Data Export © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

10 SDKs JavaScript Ruby Python iOS Windows Phone 8 Microsoft Office
12/7/2018 SDKs JavaScript Ruby Python iOS Windows Phone 8 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

11 Open Graph Protocol The Open Graph protocol models Actor (User) activities based on Actions and Objects. Jimmy shared a file from Sharepoint. Sam voted up an idea in Spigit. Michelle updated a record in Salesforce. Arisa closed a ticket in Zendesk.

12 Embedding Data out using Yammer Embed. Place a simple JavaScript widget inside any HTML based enterprise container to Embed a Yammer feed.

13 Microsoft Office Yammer and SharePoint
12/7/2018 demo Yammer and SharePoint © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

14 REST API Microsoft Office 12/7/2018
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

15 App Registration Accessible to all users of a network
Apps are registered with a home network and then published to the directory Redirect URI is the most important setting.

16 App Authorization Redirect user to the OAuth dialog URL
Process the response at your Redirect URI when user allows the app

17 Placeholder for “Login with Yammer” button
Microsoft Office 12/7/2018 JavaScript SDK Client ID SDK Reference Placeholder for “Login with Yammer” button Create button Complete login Retrieve user info © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

18 Server-Side Authorization
Microsoft Office 12/7/2018 Server-Side Authorization Redirect user to OAuth endpoint Use Authorization Code to obtain Access Token © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

19 Server-Side Integration
Microsoft Office 12/7/2018 Server-Side Integration Make calls to the REST API © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

20 Microsoft Office RESt API
12/7/2018 demo RESt API © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

21 OpenGraph Protocol Microsoft Office 12/7/2018
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

22 The Enterprise Graph $ Microsoft Office 12/7/2018
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

23 OpenGraph for Yammer Integration
Microsoft Office 12/7/2018 OpenGraph for Yammer Integration Open Graph (OG), a light weight data integration protocol, is used to define the activity which is posted to Yammer as an OG object. It is a way to display actions or activities in a application, portal or line of business systems to a yammer feed. Activities that show in yammer can be clicked through to the originating driving more users to important information on the system. Examples: In a CRM app, a sales rep updated an opportunity’s probability of closing to a lower number. In a scheduling app, an employee created a lunch meeting. © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

24 OpenGraph Format The activity takes the format:
Microsoft Office 12/7/2018 OpenGraph Format The activity takes the format: <Actor> <Action> <Object> on <App Name>: <Message> Actor The actor is a Yammer user that performed an action in your app. If the actor exists in the Yammer network, the story will be delivered to the actor and others depending on the delivery rules specified. Action The action is a verb that describes what happened to the object e.g. created, updated, deleted, followed, liked, etc). Object The key piece of any activity is the Open Graph (OG) object on which action was taken. An OG object represents an entity instance in your application. OG objects are uniquely identified with their URL and their title is displayed in Yammer as a link to the URL. © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

25 Activities Format Standard Actions Custom Actions
{ "activity":{ "actor":{ "name":"John Doe", }, "action":"create", "object": { "url":" "title":"Sales Contract" "message":"Signed a new client!", "users":[ {"name":"Jane Doe", ] } Format <Actor> <Action> <Object> on <App Name>: <Message> "John Doe" created "Contract" on Contoso App: Signed a new client! Standard Actions created, updated, deleted, followed, liked Custom Actions built, deployed, brokered, compiled etc. JSON Activity Representation

26 Supported Objects & Actions
Microsoft Office 12/7/2018 Supported Objects & Actions Supported Object Types Page (default) place person department team project folder file document image audio video Company custom Supported Action Types create update delete follow like © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

27 OpenGraph – Delivery https://www.yammer.com/api/v1/activity.json
Use the end point for OpenGraph Delivery: Activity Envelope {"activity": { "actor": {"name": "Jim Patterson", " ": "action": "create", "object": { "url": " }, "private": "false", "message": "This is the updated version for the conference.", "users": [ {" ": "name": "Mary Shamone"}, {" ": "name": "Christina Ammerlaan“} ] } }

28 Microsoft Office OpenGraph Protocol
12/7/2018 demo OpenGraph Protocol © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

29 Embedding Microsoft Office 12/7/2018
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

30 Embedding Data out using Yammer Embed. Place a simple JavaScript widget inside any HTML based enterprise container to Embed a Yammer feed.

31 Embed OpenGraph Feed <script data-app-id="hyB2pTvrL36Y50py8EWj6A" src=" <script type="text/javascript">// <![CDATA[ yam.connect.embedFeed({ container: "#embedded-feed", network: "microsoft.com", feedType: "open-graph", config: { header: false }, objectProperties: { url: location.href, type: "invoice", title: "Invoice # ", image: " } }); // ]]></script> <div id="embedded-feed"></div> Add Embed Snippet “Login with Yammer” Authorize Embed

32 Microsoft Office Embedding
12/7/2018 demo Embedding © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

33 Summary Overview REST API OpenGraph Protocol Embedding Build 2014
12/7/2018 Summary Overview REST API OpenGraph Protocol Embedding © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.

34 12/7/2018 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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. © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.


Download ppt "Office 365 Development."

Similar presentations


Ads by Google