Develop on Yammer : social integration for modern business applications /
Develop on Yammer is your guide to integrating the Yammer social network with your company's application ecosystem. By developing custom apps and features on the Yammer platform, you can make your workplace more productive, encourage communication and feedback, and get your colleagues collabora...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Berkeley, CA] :
Apress,
2015.
|
Colección: | Expert's voice in Yammer.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- At a Glance; Contents; About the Authors; About the Technical Reviewer; Acknowledgments; Preface; Chapter 1: Introduction to Yammer Development; What Is Yammer?; Public Groups; Private Groups; Yammer Profiles ; Conversations ; Benefits of Integration with Yammer; Microsoft Office 365 and Yammer; Core of Yammer Development: The Yammer Platform; Yammer Integration Architecture; Yammer Embed ; JavaScript ; REST APIs ; Open Graph (OG); SDKs; How to Start Yammer Integration; Creating a Yammer Account; Setting Up Your Profile Without Single Sign-On.
- Setting Up Your Yammer Profile with Single Sign-On and a Company Email Address Signing in to Yammer with a Microsoft Office 365 Account ; Case Study: SPDSUniverisity ; Summary; Chapter 2: Integrations with Yammer Embed; Introducing Yammer Embed; Yammer Embed Prerequisites; Different Types of Yammer Embed Feeds ; Yammer Embed Parameters ; Adding Yammer Embed to a Web Page; Types of Yammer Feeds; Yammer User Feed ; Yammer Group Feed ; Yammer Topic Feed ; Yammer Object Feed ; Implementing Commenting Using a Yammer Object Feed; Using Embed.ly (www.Embed.ly).
- Object Feed Configuration ParametersHeaders and Footers in Object Feeds; Custom Publisher Messages ; Open Graph Previews; Private Specified Object Feed ; Yammer Embed with Single Sign-On; Using the Yammer Action Buttons; How to Add a Yammer Action Button; Yammer Like Button; Yammer Follow Button; Yammer Share Button; Summary; Chapter 3: Yammer App Development Basics; What Is a Yammer App?; Registering a Yammer App; Configuring Yammer App Registration Details; Editing the Basic Info; Configuring App Directory Settings; What Is the Yammer App Directory?; Configuration Options.
- Submitting Your App to the Global App Directory Configuring Open Graph; Summary; Chapter 4: Authenticating Yammer Users; Understanding Yammer Authentication; What Is OAuth 2. 0?; OAuth Roles; Authentication on Yammer Using OAuth 2.0; Yammer Authentication Flows; Server-Side Flow ; Step #1: Application Request Authentication ; Step #2: Server Request Credentials ; Step #3: Server Request App Authorization ; Step #4: Application Receives Authorization Code ; Redirect URL's Parameters When the User Allows the Yammer App; Redirect URL's Parameters When the User Denies the Yammer App.
- Step #5: Application Request Access Token Step #6: Application Receives Access Token ; Step #7: Application Makes Further Calls to Yammer ; Implementing Server-Side Flow in an ASP.NET Web Application; Client-Side Flow ; Step #1: Application Request Authentication ; Step #2: Server Request Credentials ; Step #3: Server Request App Authorization ; Step #4: Application Receives Access Token ; Redirect URL's Parameters When Users Allow the Yammer App; Redirect URL's Parameters When Users Deny the Yammer App ; Implementing Client-Side Flow in a Microsoft SharePoint-Hosted App ; Summary.