SlideShare a Scribd company logo
1 of 34
Download to read offline
How to use existing data to
increase adoption success with
IBM	Connections
Andreas	Ponte	- Belsoft	Collaboration AG
Henning	Schmidt	- hedersoft GmbH
• Andreas	Ponte	about.me
• ~20	years	of	experience	in	the	IBM/IT	world
• Worked	for	a	Reinsurance	company	until	2007,	amongst	other	things	responsible	
for	the	global	communication	infrastructure
• Joined	Belsoft	AG	in	2007	with	focus	on	consulting	in	the	IBM	Domino	and	mobile	
solutions	area
• Since	2014	CEO	of	Belsoft	Collaboration	AG	
• IBM	Champion	for	2015	and	2016
twitter:	schmhen – linkedin:	de.linkedin.com/in/schmhen - blog:	schmhen.de
Henning	Schmidt
• Founder and CEO	of hedersoft
• Fields	of interest:
• System	architect
• WebDev
• MobileDev
• System	integration /	APIs
Agenda
• Integration!	Why?
• Connections	REST-API
• How to leverage the API
Integration!	Why?
Definition	of	Social	Business
“Social	Business	is	the	ability	for	an	organization
to	use	its	communities to	improve	its	
performance”
Source:	http://blog.socious.com/bid/54542/What-is-Social-Business-A-Clear-Definition
Integration!	Why?
• Organization
• From	enterprise	to	small	companies
• Communities
• Customers	or	members,	Prospects,	Employees,	Channel	partners,	Suppliers,	
Volunteers,	Product	partners	and	consultants,	Analysts,	Donors,	Conference	
attendees,	User	groups,	Chapters,	Grassroots	supporters
Integration!	Why?
• Performance
• Improving	brand	perception
• Finding	new	customers
• Closing	more	sales	faster
• Improving	customer	satisfaction	while	reducing	
support	costs
• Increasing	customer	retention	and	repeat	business
• Increasing	revenue	and	profit
Integration!	Why?
• This	implies
• #NewWayToWork /	Work	4.0
• Many	organizational	changes
• Many	cultural	changes	
• Heavy	shift	in	people’s	mindset
• BUT
• Only	10-15%	are	thoroughly	loyal	to	employer	(Gallup)
• People	rather	keep	than	share
• 90-9-1
Integration!	Why?
Consumers
Market	Share
Source:	Wikipedia	(https://en.wikipedia.org/wiki/Diffusion_of_innovations)
Integration!	Why?
How	to	overcome	that?
• Strategic	planning
• Organizational	changes
• Technology
Integration!	Why?
• Social	=	People
• Don’t	push,	generate	acceptance
• People	need	ability	to	change	(Enablement)
• Involve	/	inform	employees
• Qualify	employees
• People	need	willingness	to	change	(Decision)
• Create	and	share	Social	Business	Framework
• Active	motivation	to	participate
Integration!	Why?
• Information
• Onboarding Package
• Communication	Strategy and Concept (Events,	Campaign,	Roadshow)
• Ongoing Communication	Management
• Orientation	Guide	for Leaders
• Reasoning Map
• à Transparency
Integration!	Why?
• Qualification
• Seminars
• Webinars	(E-Learning)
• Social Learning	(Wikis,	Blogs)
• Self Learning
• Certificate (Community	Managers)
• Reverse	Mentoring
• Leadership
• Video
Integration!	Why?
• Organizational	and	functional
Framework
• Strategy	Map
• Guidelines
• Roles	/	Responsibilities
• Social	Business	Principles	/	Processes
• Working	Models
• Reporting	Setup	(KPI)
• Use	Case	Development
• Maturity	Assessment
Integration!	Why?
• Motivation
• Motivational	campaign
• Barcamps /	World	Cafes
• FedEx	Day
• Contest	/	Award
• Workshop
• Gamification
• Feedback	Channels
• Leaderboards
Integration!	Why?
• Social	Business	!=	Social	Software
• Decide	on	a	system	early
• Let	people	play	with	the	system
• Get	constant	feedback
• Apply	changes
• INTEGRATE	OTHER	SYSTEMS!
• Establish	single	point	of	information
Integration!	Why?
• Extend	System	to	your	needs
• Widgets
• Buttons,	Fields
• Small	Windows
• Applications
• APIs
• Push	/	Pull	data
• SPI
• React	on	changes
Connections	REST-API
• Read	and	write	Connections	data
• ActivityStream utilizes	OpenSocial (Google)	Standard
• Data	payloads	in	JSON	format
• Other	APIs	non-standardized
• Data	payloads	in	XML	format
• There	are	APIs	for	all	applications
• Profiles,	Wikis,	Blogs,	ActivityStreams,	Activities,	Communities,	Bookmarks,	
Files,	Forums,	Ideation	Blogs,	Search
Connections	REST-API
• REST-API	(CRUD)
• POST:	Create	new content
• PUT:	Update	content
• DELETE:	Delete	content
• GET:	Load	content
• API-Endpoints
• No unique mimic
• API-Payloads
• Similar,	but	no unique mimic either
Connections	REST-API
• Example:	ActivityStreams
• https://<host>/connections/opensocial/<auth>/rest/activitystreams/<user	
ID>/<group	ID>/<application	ID>/<activity	ID>
Component Meaning
<auth> (optional) If	using	form	based	authentication	leave	this	component	out.	Otherwise	
options	are	anonymos,	basic,		oauth.
<user	ID> The	user	whose stream	you’re	addressing	– use	@me for	current	users	stream,	@public
for	public	stream	or	a	community	ID	for	the	stream	in	a	community.
<group ID> The	group	of	entries	you’re	addressing	– use @all for	all	posts	or	options	for	special	
meaning	such	as	@saved,	@actions,	@mentions.	Refer	for	InfoCenter	and	resources	
slide	for	more.	
<application ID> When retrieving	entries	this	refers	to	the	application	(or	”generator”)	that	created	the	
entry.	All	the	IBM	Connections	app	names	can	be	used	(profiles,	blogs,	wikis etc.)	plus	
custom	ones	(e.g.	ontimegc).	@all used	for	all	applications.
<activity ID> Used to	reference	a	specific	event	e.g.	for	updating	saved	status.
Connections	REST-API
1. /activitystreams/@me/@all
List my (current users) entries
2. /activitystreams/@public/@all
List public stream entries
3. /activitystreams/@me/@actions
List my actionable events
4. /activitystreams/@me/@saved/blogs
List my saved events from blogs
5. /@me/@all/@all/urn:lsid:lconn.ibm.com:activitystreams.story:bdb562f…
Work with entry from my stream based on ID
* All URLs above start with
https://<host>/connections/opensocial/<auth>/rest
Connections	REST-API
{
"actor":	{
"id":	"@me"
},
"verb":	"post",
"title":	"[entry.title]",
"content":"[entry.content]",
"object":	{
"summary":	"[entry.object.summary]",
"objectType":	"note",
"id":	"00011",
"displayName":	"[entry.object.displayName]",
"url":	"http://myurl.com/myid"
}
}
[entry.title]
[entry.content]
[entry.oject.summary]
Henning	Schmidt	posted [entry.object.displayame]
[entry.content]
[entry.oject.summary]
Connections	REST-API
• Embedded	Experience
• Embedd and act on	external applications
• Either use iWidget or point to external
application with URL
• Register	(Whitelist)	URL	->	opensocial-config.xml
Connections	REST-API
DEMO
Connections	REST-API
• Goal:	ADOPTION!
• Good approach:	Connect	to and integrate 3rd	party systems by
utilizing the APIs
• Better approach:	Use automation!
• Option	1:	Data	migration
• Option	2:	Scan	data sources for updates and post
• Use Embedded	Experience
Connections	REST-API
Connections	REST-API
DEMO
Connections	REST-API
• SAP	Integration
• Detect new requests in	SAP
• Create	new entry in	approver‘s Activity Stream
• Utilize Embedded	Experience	to make a	decision
• Send	data back	to SAP
Connections	REST-API
• Corporate	HelpDesk
• Detect new issues
• Add	ToDo Item	to appropriate Activity and Section
• Work	on	ToDo in	Connections
• Once solved send	information back	to issuer
Connections	REST-API
• Organization Handbook
• Process Handbook	entries in	external system
• Option:	Utilize Embedded	Experience	during workflow
• Detect approved changes
• Create	new or update	Wiki	entries with approved Handbook	data
• Upload	attachments either as Wiki	
attachment or as community file
Conclusion
• Social	adoption	starts	in	the	organisation
• Qualify	and	motivate	people	to	participate
• Select	the	appropriate	software
• Qualify	and	motivate	people	to	use	it
• Integrate	other	systems
• Automate	integration
• Single	point	of	information
Questions /	Discussion
THANK	YOU!
GRAZIE!
How to increase social adoption - meetIT 2016, Milano

More Related Content

What's hot

BP205: There’s an API for that! Why and how to build on the IBM Connections P...
BP205: There’s an API for that! Why and how to build on the IBM Connections P...BP205: There’s an API for that! Why and how to build on the IBM Connections P...
BP205: There’s an API for that! Why and how to build on the IBM Connections P...Mikkel Flindt Heisterberg
 
Permissions designed to scale
Permissions designed to scalePermissions designed to scale
Permissions designed to scaleJamie Aliperti
 
Claims-Based Identity, Facebook, and the Cloud
Claims-Based Identity, Facebook, and the CloudClaims-Based Identity, Facebook, and the Cloud
Claims-Based Identity, Facebook, and the CloudDanny Jessee
 
Developing custom claim providers to enable authorization in share point an...
Developing custom claim providers to enable authorization in share point   an...Developing custom claim providers to enable authorization in share point   an...
Developing custom claim providers to enable authorization in share point an...AntonioMaio2
 
Building business applications using business connectivity services using sha...
Building business applications using business connectivity services using sha...Building business applications using business connectivity services using sha...
Building business applications using business connectivity services using sha...Chakkaradeep Chandran
 
SharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
SharePoint 2010, Claims-Based Identity, Facebook, and the CloudSharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
SharePoint 2010, Claims-Based Identity, Facebook, and the CloudDanny Jessee
 
Linkedin & OAuth
Linkedin & OAuthLinkedin & OAuth
Linkedin & OAuthUmang Goyal
 
DD109 Claims Based AuthN in SharePoint 2010
DD109 Claims Based AuthN in SharePoint 2010DD109 Claims Based AuthN in SharePoint 2010
DD109 Claims Based AuthN in SharePoint 2010Spencer Harbar
 
SharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
SharePoint 2010, Claims-Based Identity, Facebook, and the CloudSharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
SharePoint 2010, Claims-Based Identity, Facebook, and the CloudDanny Jessee
 
Share point 2013 introd session 2
Share point 2013 introd session 2Share point 2013 introd session 2
Share point 2013 introd session 2Vishal Gupta
 
Developing social solutions on Microsoft technologies (SP Social and Yammer)
Developing social solutions on Microsoft technologies (SP Social and Yammer)Developing social solutions on Microsoft technologies (SP Social and Yammer)
Developing social solutions on Microsoft technologies (SP Social and Yammer)SPC Adriatics
 
DD105 Multi Tenancy in SharePoint 2010
DD105 Multi Tenancy in SharePoint 2010DD105 Multi Tenancy in SharePoint 2010
DD105 Multi Tenancy in SharePoint 2010Spencer Harbar
 
It112 SharePoint 2010 Mythbusters
It112 SharePoint 2010MythbustersIt112 SharePoint 2010Mythbusters
It112 SharePoint 2010 MythbustersSpencer Harbar
 
Hooking SharePoint APIs with Android
Hooking SharePoint APIs with AndroidHooking SharePoint APIs with Android
Hooking SharePoint APIs with AndroidKris Wagner
 
Skb web2.0
Skb web2.0Skb web2.0
Skb web2.0animove
 
How Claims is Changing the Way We Authenticate and Authorize in SharePoint
How Claims is Changing the Way We Authenticate and Authorize in SharePointHow Claims is Changing the Way We Authenticate and Authorize in SharePoint
How Claims is Changing the Way We Authenticate and Authorize in SharePointAntonioMaio2
 

What's hot (19)

BP205: There’s an API for that! Why and how to build on the IBM Connections P...
BP205: There’s an API for that! Why and how to build on the IBM Connections P...BP205: There’s an API for that! Why and how to build on the IBM Connections P...
BP205: There’s an API for that! Why and how to build on the IBM Connections P...
 
Permissions designed to scale
Permissions designed to scalePermissions designed to scale
Permissions designed to scale
 
Claims-Based Identity, Facebook, and the Cloud
Claims-Based Identity, Facebook, and the CloudClaims-Based Identity, Facebook, and the Cloud
Claims-Based Identity, Facebook, and the Cloud
 
Developing custom claim providers to enable authorization in share point an...
Developing custom claim providers to enable authorization in share point   an...Developing custom claim providers to enable authorization in share point   an...
Developing custom claim providers to enable authorization in share point an...
 
Building business applications using business connectivity services using sha...
Building business applications using business connectivity services using sha...Building business applications using business connectivity services using sha...
Building business applications using business connectivity services using sha...
 
SharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
SharePoint 2010, Claims-Based Identity, Facebook, and the CloudSharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
SharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
 
Linkedin & OAuth
Linkedin & OAuthLinkedin & OAuth
Linkedin & OAuth
 
DD109 Claims Based AuthN in SharePoint 2010
DD109 Claims Based AuthN in SharePoint 2010DD109 Claims Based AuthN in SharePoint 2010
DD109 Claims Based AuthN in SharePoint 2010
 
SharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
SharePoint 2010, Claims-Based Identity, Facebook, and the CloudSharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
SharePoint 2010, Claims-Based Identity, Facebook, and the Cloud
 
Share point 2013 introd session 2
Share point 2013 introd session 2Share point 2013 introd session 2
Share point 2013 introd session 2
 
Developing social solutions on Microsoft technologies (SP Social and Yammer)
Developing social solutions on Microsoft technologies (SP Social and Yammer)Developing social solutions on Microsoft technologies (SP Social and Yammer)
Developing social solutions on Microsoft technologies (SP Social and Yammer)
 
DD105 Multi Tenancy in SharePoint 2010
DD105 Multi Tenancy in SharePoint 2010DD105 Multi Tenancy in SharePoint 2010
DD105 Multi Tenancy in SharePoint 2010
 
OAuth2 and LinkedIn
OAuth2 and LinkedInOAuth2 and LinkedIn
OAuth2 and LinkedIn
 
It112 SharePoint 2010 Mythbusters
It112 SharePoint 2010MythbustersIt112 SharePoint 2010Mythbusters
It112 SharePoint 2010 Mythbusters
 
Hooking SharePoint APIs with Android
Hooking SharePoint APIs with AndroidHooking SharePoint APIs with Android
Hooking SharePoint APIs with Android
 
OAuth in SharePoint 2013
OAuth in SharePoint 2013OAuth in SharePoint 2013
OAuth in SharePoint 2013
 
Skb web2.0
Skb web2.0Skb web2.0
Skb web2.0
 
How Claims is Changing the Way We Authenticate and Authorize in SharePoint
How Claims is Changing the Way We Authenticate and Authorize in SharePointHow Claims is Changing the Way We Authenticate and Authorize in SharePoint
How Claims is Changing the Way We Authenticate and Authorize in SharePoint
 
Connectr #3 1.3
Connectr #3 1.3Connectr #3 1.3
Connectr #3 1.3
 

Viewers also liked

Easy as pie creating widgets for ibm connections
Easy as pie   creating widgets for ibm connectionsEasy as pie   creating widgets for ibm connections
Easy as pie creating widgets for ibm connectionsLetsConnect
 
BP301 - An introduction to working with the activity stream
BP301 - An introduction to working with the activity streamBP301 - An introduction to working with the activity stream
BP301 - An introduction to working with the activity streamMikkel Flindt Heisterberg
 
Lotusphere BoF - Working with the Lotus Connections API
Lotusphere BoF - Working with the Lotus Connections APILotusphere BoF - Working with the Lotus Connections API
Lotusphere BoF - Working with the Lotus Connections APISacha Chua
 
Evaluating How Students would use a Collaborative Linked Learning Space
Evaluating How Students would use a Collaborative Linked Learning SpaceEvaluating How Students would use a Collaborative Linked Learning Space
Evaluating How Students would use a Collaborative Linked Learning SpaceKai Michael Höver
 
LDR6115_BestPracticePPT
LDR6115_BestPracticePPTLDR6115_BestPracticePPT
LDR6115_BestPracticePPTYuka Kawano
 
Uptime Group 2009
Uptime Group 2009Uptime Group 2009
Uptime Group 2009janssja
 
Smartphones and HE students
Smartphones and HE studentsSmartphones and HE students
Smartphones and HE studentsChristine Davies
 
Using Smartphones
Using SmartphonesUsing Smartphones
Using SmartphonesYansi Keim
 
1. Алгебра высказываний. Основные операции алгебры высказываний
1. Алгебра высказываний. Основные операции алгебры высказываний1. Алгебра высказываний. Основные операции алгебры высказываний
1. Алгебра высказываний. Основные операции алгебры высказыванийaleksashka3
 
Бизнес оптимизация Тюменской области
Бизнес оптимизация Тюменской областиБизнес оптимизация Тюменской области
Бизнес оптимизация Тюменской областиPavel Zaharov
 
Holy Wells in the Kidwelly area
Holy Wells in the Kidwelly areaHoly Wells in the Kidwelly area
Holy Wells in the Kidwelly areaChristine Davies
 
Tablet PC as Pretty Cool Smart Client Platform
Tablet PC as Pretty Cool Smart Client PlatformTablet PC as Pretty Cool Smart Client Platform
Tablet PC as Pretty Cool Smart Client PlatformFrank La Vigne
 

Viewers also liked (20)

Easy as pie creating widgets for ibm connections
Easy as pie   creating widgets for ibm connectionsEasy as pie   creating widgets for ibm connections
Easy as pie creating widgets for ibm connections
 
Ignite Timer
Ignite TimerIgnite Timer
Ignite Timer
 
BP301 - An introduction to working with the activity stream
BP301 - An introduction to working with the activity streamBP301 - An introduction to working with the activity stream
BP301 - An introduction to working with the activity stream
 
Lotusphere BoF - Working with the Lotus Connections API
Lotusphere BoF - Working with the Lotus Connections APILotusphere BoF - Working with the Lotus Connections API
Lotusphere BoF - Working with the Lotus Connections API
 
Introduction to OAuth
Introduction to OAuthIntroduction to OAuth
Introduction to OAuth
 
Bp209
Bp209Bp209
Bp209
 
Training letter Arabic
Training letter ArabicTraining letter Arabic
Training letter Arabic
 
Evaluating How Students would use a Collaborative Linked Learning Space
Evaluating How Students would use a Collaborative Linked Learning SpaceEvaluating How Students would use a Collaborative Linked Learning Space
Evaluating How Students would use a Collaborative Linked Learning Space
 
Jams ford certificate of distiniction
Jams ford certificate of distinictionJams ford certificate of distiniction
Jams ford certificate of distiniction
 
LDR6115_BestPracticePPT
LDR6115_BestPracticePPTLDR6115_BestPracticePPT
LDR6115_BestPracticePPT
 
AdvancED certificate
AdvancED certificateAdvancED certificate
AdvancED certificate
 
Uptime Group 2009
Uptime Group 2009Uptime Group 2009
Uptime Group 2009
 
312 Proposal
312 Proposal312 Proposal
312 Proposal
 
Smartphones and HE students
Smartphones and HE studentsSmartphones and HE students
Smartphones and HE students
 
Using Smartphones
Using SmartphonesUsing Smartphones
Using Smartphones
 
1. Алгебра высказываний. Основные операции алгебры высказываний
1. Алгебра высказываний. Основные операции алгебры высказываний1. Алгебра высказываний. Основные операции алгебры высказываний
1. Алгебра высказываний. Основные операции алгебры высказываний
 
Jams ford To whome ..
Jams ford To whome ..Jams ford To whome ..
Jams ford To whome ..
 
Бизнес оптимизация Тюменской области
Бизнес оптимизация Тюменской областиБизнес оптимизация Тюменской области
Бизнес оптимизация Тюменской области
 
Holy Wells in the Kidwelly area
Holy Wells in the Kidwelly areaHoly Wells in the Kidwelly area
Holy Wells in the Kidwelly area
 
Tablet PC as Pretty Cool Smart Client Platform
Tablet PC as Pretty Cool Smart Client PlatformTablet PC as Pretty Cool Smart Client Platform
Tablet PC as Pretty Cool Smart Client Platform
 

Similar to How to increase social adoption - meetIT 2016, Milano

Granite state #spug The #microsoftGraph and #SPFx on steroids with #AzureFunc...
Granite state #spug The #microsoftGraph and #SPFx on steroids with #AzureFunc...Granite state #spug The #microsoftGraph and #SPFx on steroids with #AzureFunc...
Granite state #spug The #microsoftGraph and #SPFx on steroids with #AzureFunc...Vincent Biret
 
Building Social Business Applications with OpenSocial
Building Social Business Applications with OpenSocialBuilding Social Business Applications with OpenSocial
Building Social Business Applications with OpenSocialClint Oram
 
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...IBM Connections Developers
 
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...paulbastide
 
Automating your tasks with microsoft flow
Automating your tasks with microsoft flowAutomating your tasks with microsoft flow
Automating your tasks with microsoft flowDipti Chhatrapati
 
Nwtl2017 extending and customizing ibm connections cloud
Nwtl2017 extending and customizing ibm connections cloudNwtl2017 extending and customizing ibm connections cloud
Nwtl2017 extending and customizing ibm connections cloudAndré Luís Cardoso
 
#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...
#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...
#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...Vincent Biret
 
IBM Connections Cloud Application Development Strategy
IBM Connections Cloud Application Development StrategyIBM Connections Cloud Application Development Strategy
IBM Connections Cloud Application Development StrategyLuis Benitez
 
Software Development Demo:GDSC&UISS .pptx
Software Development Demo:GDSC&UISS .pptxSoftware Development Demo:GDSC&UISS .pptx
Software Development Demo:GDSC&UISS .pptxJamesMushi3
 
#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...
#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...
#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...Vincent Biret
 
Connectr#5 - Introduction to Lotus Connections - The Web Sphere Perspective 1.1
Connectr#5 - Introduction to Lotus Connections - The Web Sphere Perspective 1.1Connectr#5 - Introduction to Lotus Connections - The Web Sphere Perspective 1.1
Connectr#5 - Introduction to Lotus Connections - The Web Sphere Perspective 1.1Neil Burston
 
IIBA® Sydney Unlocking the Power of Low Code No Code: Why BAs Hold the Key
IIBA® Sydney Unlocking the Power of Low Code No Code: Why BAs Hold the KeyIIBA® Sydney Unlocking the Power of Low Code No Code: Why BAs Hold the Key
IIBA® Sydney Unlocking the Power of Low Code No Code: Why BAs Hold the KeyAustraliaChapterIIBA
 
Integrate Business Apps with Facebook, Twitter, and LinkedIn
Integrate Business Apps with Facebook, Twitter, and LinkedInIntegrate Business Apps with Facebook, Twitter, and LinkedIn
Integrate Business Apps with Facebook, Twitter, and LinkedInSalesforce Developers
 
Empowering you - Power BI, Power Platform & AI Builder
Empowering you  -  Power BI, Power Platform & AI BuilderEmpowering you  -  Power BI, Power Platform & AI Builder
Empowering you - Power BI, Power Platform & AI BuilderRui Quintino
 
The Ball Launch on 2013 Microsoft TechDays Part 1/2
The Ball Launch on 2013 Microsoft TechDays Part 1/2The Ball Launch on 2013 Microsoft TechDays Part 1/2
The Ball Launch on 2013 Microsoft TechDays Part 1/2Kallex
 
BP 308 - The Journey to Becoming a Social Application Developer
BP 308 - The Journey to Becoming a Social Application DeveloperBP 308 - The Journey to Becoming a Social Application Developer
BP 308 - The Journey to Becoming a Social Application DeveloperSerdar Basegmez
 
Power BI Overview, Deployment and Governance
Power BI Overview, Deployment and GovernancePower BI Overview, Deployment and Governance
Power BI Overview, Deployment and GovernanceJames Serra
 

Similar to How to increase social adoption - meetIT 2016, Milano (20)

Granite state #spug The #microsoftGraph and #SPFx on steroids with #AzureFunc...
Granite state #spug The #microsoftGraph and #SPFx on steroids with #AzureFunc...Granite state #spug The #microsoftGraph and #SPFx on steroids with #AzureFunc...
Granite state #spug The #microsoftGraph and #SPFx on steroids with #AzureFunc...
 
Building Social Business Applications with OpenSocial
Building Social Business Applications with OpenSocialBuilding Social Business Applications with OpenSocial
Building Social Business Applications with OpenSocial
 
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...
IBM Connect 2014 - BPD406: Ignite your IBM SmartCloud for Social Business Int...
 
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
Business Partner Day 406 - Ignite your IBM SmartCloud for Social Business Int...
 
Automating your tasks with microsoft flow
Automating your tasks with microsoft flowAutomating your tasks with microsoft flow
Automating your tasks with microsoft flow
 
Nwtl2017 extending and customizing ibm connections cloud
Nwtl2017 extending and customizing ibm connections cloudNwtl2017 extending and customizing ibm connections cloud
Nwtl2017 extending and customizing ibm connections cloud
 
#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...
#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...
#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...
 
IBM Connections Cloud Application Development Strategy
IBM Connections Cloud Application Development StrategyIBM Connections Cloud Application Development Strategy
IBM Connections Cloud Application Development Strategy
 
Resume Pritesh Gandhi
Resume Pritesh GandhiResume Pritesh Gandhi
Resume Pritesh Gandhi
 
Software Development Demo:GDSC&UISS .pptx
Software Development Demo:GDSC&UISS .pptxSoftware Development Demo:GDSC&UISS .pptx
Software Development Demo:GDSC&UISS .pptx
 
#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...
#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...
#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...
 
Open Standards For Social Business Apps
Open Standards For Social Business AppsOpen Standards For Social Business Apps
Open Standards For Social Business Apps
 
Connectr#5 - Introduction to Lotus Connections - The Web Sphere Perspective 1.1
Connectr#5 - Introduction to Lotus Connections - The Web Sphere Perspective 1.1Connectr#5 - Introduction to Lotus Connections - The Web Sphere Perspective 1.1
Connectr#5 - Introduction to Lotus Connections - The Web Sphere Perspective 1.1
 
Developing apps for share point 2013
Developing apps for share point 2013Developing apps for share point 2013
Developing apps for share point 2013
 
IIBA® Sydney Unlocking the Power of Low Code No Code: Why BAs Hold the Key
IIBA® Sydney Unlocking the Power of Low Code No Code: Why BAs Hold the KeyIIBA® Sydney Unlocking the Power of Low Code No Code: Why BAs Hold the Key
IIBA® Sydney Unlocking the Power of Low Code No Code: Why BAs Hold the Key
 
Integrate Business Apps with Facebook, Twitter, and LinkedIn
Integrate Business Apps with Facebook, Twitter, and LinkedInIntegrate Business Apps with Facebook, Twitter, and LinkedIn
Integrate Business Apps with Facebook, Twitter, and LinkedIn
 
Empowering you - Power BI, Power Platform & AI Builder
Empowering you  -  Power BI, Power Platform & AI BuilderEmpowering you  -  Power BI, Power Platform & AI Builder
Empowering you - Power BI, Power Platform & AI Builder
 
The Ball Launch on 2013 Microsoft TechDays Part 1/2
The Ball Launch on 2013 Microsoft TechDays Part 1/2The Ball Launch on 2013 Microsoft TechDays Part 1/2
The Ball Launch on 2013 Microsoft TechDays Part 1/2
 
BP 308 - The Journey to Becoming a Social Application Developer
BP 308 - The Journey to Becoming a Social Application DeveloperBP 308 - The Journey to Becoming a Social Application Developer
BP 308 - The Journey to Becoming a Social Application Developer
 
Power BI Overview, Deployment and Governance
Power BI Overview, Deployment and GovernancePower BI Overview, Deployment and Governance
Power BI Overview, Deployment and Governance
 

More from Henning Schmidt

IBM Connections REST API Klompendans
IBM Connections REST API KlompendansIBM Connections REST API Klompendans
IBM Connections REST API KlompendansHenning Schmidt
 
IBM Connections REST-API Waltz
IBM Connections REST-API WaltzIBM Connections REST-API Waltz
IBM Connections REST-API WaltzHenning Schmidt
 
IBM Connections REST API Hip-Hop
IBM Connections REST API Hip-HopIBM Connections REST API Hip-Hop
IBM Connections REST API Hip-HopHenning Schmidt
 
OpenUserGroup - Cloud und Watson - Henning Schmidt
OpenUserGroup - Cloud und Watson - Henning SchmidtOpenUserGroup - Cloud und Watson - Henning Schmidt
OpenUserGroup - Cloud und Watson - Henning SchmidtHenning Schmidt
 
OpenUserGroup - IBM Verse - Lars Buntrock
OpenUserGroup - IBM Verse - Lars BuntrockOpenUserGroup - IBM Verse - Lars Buntrock
OpenUserGroup - IBM Verse - Lars BuntrockHenning Schmidt
 
SC9 - Strategies to overcome the Adoption Dilemma
SC9 - Strategies to overcome the Adoption DilemmaSC9 - Strategies to overcome the Adoption Dilemma
SC9 - Strategies to overcome the Adoption DilemmaHenning Schmidt
 
Entwicklercamp responive web design
Entwicklercamp   responive web designEntwicklercamp   responive web design
Entwicklercamp responive web designHenning Schmidt
 

More from Henning Schmidt (7)

IBM Connections REST API Klompendans
IBM Connections REST API KlompendansIBM Connections REST API Klompendans
IBM Connections REST API Klompendans
 
IBM Connections REST-API Waltz
IBM Connections REST-API WaltzIBM Connections REST-API Waltz
IBM Connections REST-API Waltz
 
IBM Connections REST API Hip-Hop
IBM Connections REST API Hip-HopIBM Connections REST API Hip-Hop
IBM Connections REST API Hip-Hop
 
OpenUserGroup - Cloud und Watson - Henning Schmidt
OpenUserGroup - Cloud und Watson - Henning SchmidtOpenUserGroup - Cloud und Watson - Henning Schmidt
OpenUserGroup - Cloud und Watson - Henning Schmidt
 
OpenUserGroup - IBM Verse - Lars Buntrock
OpenUserGroup - IBM Verse - Lars BuntrockOpenUserGroup - IBM Verse - Lars Buntrock
OpenUserGroup - IBM Verse - Lars Buntrock
 
SC9 - Strategies to overcome the Adoption Dilemma
SC9 - Strategies to overcome the Adoption DilemmaSC9 - Strategies to overcome the Adoption Dilemma
SC9 - Strategies to overcome the Adoption Dilemma
 
Entwicklercamp responive web design
Entwicklercamp   responive web designEntwicklercamp   responive web design
Entwicklercamp responive web design
 

Recently uploaded

Upgrade Your Twitter Presence with Socio Cosmos
Upgrade Your Twitter Presence with Socio CosmosUpgrade Your Twitter Presence with Socio Cosmos
Upgrade Your Twitter Presence with Socio CosmosSocioCosmos
 
YouScan Company Overview - Social Media Listening with Visual Insights.pdf
YouScan Company Overview - Social Media Listening with Visual Insights.pdfYouScan Company Overview - Social Media Listening with Visual Insights.pdf
YouScan Company Overview - Social Media Listening with Visual Insights.pdfAlexander Sirach
 
When-technology-and-Humanity-Cross-1.pptx
When-technology-and-Humanity-Cross-1.pptxWhen-technology-and-Humanity-Cross-1.pptx
When-technology-and-Humanity-Cross-1.pptxReaper61
 
Amplify Your Brand with Our Tailored Social Media Marketing Services
Amplify Your Brand with Our Tailored Social Media Marketing ServicesAmplify Your Brand with Our Tailored Social Media Marketing Services
Amplify Your Brand with Our Tailored Social Media Marketing ServicesNetqom Solutions
 
Call Girls In Dwarka ⏩7838079806 ⏩Escort Service In Patel Nagar Delhi
Call Girls In Dwarka ⏩7838079806 ⏩Escort Service In Patel Nagar DelhiCall Girls In Dwarka ⏩7838079806 ⏩Escort Service In Patel Nagar Delhi
Call Girls In Dwarka ⏩7838079806 ⏩Escort Service In Patel Nagar Delhidelhiescort
 
办理伯明翰大学毕业证书文凭学位证书
办理伯明翰大学毕业证书文凭学位证书办理伯明翰大学毕业证书文凭学位证书
办理伯明翰大学毕业证书文凭学位证书saphesg8
 
AI Virtual Influencers: The Future of Influencer Marketing
AI Virtual Influencers:  The Future of Influencer MarketingAI Virtual Influencers:  The Future of Influencer Marketing
AI Virtual Influencers: The Future of Influencer MarketingCut-the-SaaS
 
THE FRAUD NETFLIX ORIGINAL MEDIA PITCH PROJECT
THE FRAUD NETFLIX ORIGINAL MEDIA PITCH PROJECTTHE FRAUD NETFLIX ORIGINAL MEDIA PITCH PROJECT
THE FRAUD NETFLIX ORIGINAL MEDIA PITCH PROJECT17mos052
 
Protecting Your Little Explorer at Home!
Protecting Your Little Explorer at Home!Protecting Your Little Explorer at Home!
Protecting Your Little Explorer at Home!andrekr997
 
Models Call Girls Shettihalli - 7001305949 Escorts Service 50% Off with Cash ...
Models Call Girls Shettihalli - 7001305949 Escorts Service 50% Off with Cash ...Models Call Girls Shettihalli - 7001305949 Escorts Service 50% Off with Cash ...
Models Call Girls Shettihalli - 7001305949 Escorts Service 50% Off with Cash ...jicagig173
 
fraud storyboards powerpoint media project
fraud storyboards powerpoint media projectfraud storyboards powerpoint media project
fraud storyboards powerpoint media project17mos052
 
Music Video Codes and Conventions 2 .pptx
Music Video Codes and Conventions 2 .pptxMusic Video Codes and Conventions 2 .pptx
Music Video Codes and Conventions 2 .pptxjenrobinson12
 
Unveiling SOCIO COSMOS: Where Socializing Meets the Stars
Unveiling SOCIO COSMOS: Where Socializing Meets the StarsUnveiling SOCIO COSMOS: Where Socializing Meets the Stars
Unveiling SOCIO COSMOS: Where Socializing Meets the StarsSocioCosmos
 
O9654467111 Call Girls In Shahdara Women Seeking Men
O9654467111 Call Girls In Shahdara Women Seeking MenO9654467111 Call Girls In Shahdara Women Seeking Men
O9654467111 Call Girls In Shahdara Women Seeking MenSapana Sha
 
VIP Moti Bagh Call Girls Free Doorstep Delivery 9873777170
VIP Moti Bagh Call Girls Free Doorstep Delivery 9873777170VIP Moti Bagh Call Girls Free Doorstep Delivery 9873777170
VIP Moti Bagh Call Girls Free Doorstep Delivery 9873777170Komal Khan
 
The--Fraud: Netflix Original Media Pitch
The--Fraud: Netflix Original Media PitchThe--Fraud: Netflix Original Media Pitch
The--Fraud: Netflix Original Media Pitch17mos052
 

Recently uploaded (19)

Upgrade Your Twitter Presence with Socio Cosmos
Upgrade Your Twitter Presence with Socio CosmosUpgrade Your Twitter Presence with Socio Cosmos
Upgrade Your Twitter Presence with Socio Cosmos
 
YouScan Company Overview - Social Media Listening with Visual Insights.pdf
YouScan Company Overview - Social Media Listening with Visual Insights.pdfYouScan Company Overview - Social Media Listening with Visual Insights.pdf
YouScan Company Overview - Social Media Listening with Visual Insights.pdf
 
When-technology-and-Humanity-Cross-1.pptx
When-technology-and-Humanity-Cross-1.pptxWhen-technology-and-Humanity-Cross-1.pptx
When-technology-and-Humanity-Cross-1.pptx
 
Amplify Your Brand with Our Tailored Social Media Marketing Services
Amplify Your Brand with Our Tailored Social Media Marketing ServicesAmplify Your Brand with Our Tailored Social Media Marketing Services
Amplify Your Brand with Our Tailored Social Media Marketing Services
 
Call Girls In Dwarka ⏩7838079806 ⏩Escort Service In Patel Nagar Delhi
Call Girls In Dwarka ⏩7838079806 ⏩Escort Service In Patel Nagar DelhiCall Girls In Dwarka ⏩7838079806 ⏩Escort Service In Patel Nagar Delhi
Call Girls In Dwarka ⏩7838079806 ⏩Escort Service In Patel Nagar Delhi
 
办理伯明翰大学毕业证书文凭学位证书
办理伯明翰大学毕业证书文凭学位证书办理伯明翰大学毕业证书文凭学位证书
办理伯明翰大学毕业证书文凭学位证书
 
AI Virtual Influencers: The Future of Influencer Marketing
AI Virtual Influencers:  The Future of Influencer MarketingAI Virtual Influencers:  The Future of Influencer Marketing
AI Virtual Influencers: The Future of Influencer Marketing
 
THE FRAUD NETFLIX ORIGINAL MEDIA PITCH PROJECT
THE FRAUD NETFLIX ORIGINAL MEDIA PITCH PROJECTTHE FRAUD NETFLIX ORIGINAL MEDIA PITCH PROJECT
THE FRAUD NETFLIX ORIGINAL MEDIA PITCH PROJECT
 
looking for escort 9953056974 Low Rate Call Girls In Vinod Nagar
looking for escort 9953056974 Low Rate Call Girls In  Vinod Nagarlooking for escort 9953056974 Low Rate Call Girls In  Vinod Nagar
looking for escort 9953056974 Low Rate Call Girls In Vinod Nagar
 
Protecting Your Little Explorer at Home!
Protecting Your Little Explorer at Home!Protecting Your Little Explorer at Home!
Protecting Your Little Explorer at Home!
 
Models Call Girls Shettihalli - 7001305949 Escorts Service 50% Off with Cash ...
Models Call Girls Shettihalli - 7001305949 Escorts Service 50% Off with Cash ...Models Call Girls Shettihalli - 7001305949 Escorts Service 50% Off with Cash ...
Models Call Girls Shettihalli - 7001305949 Escorts Service 50% Off with Cash ...
 
fraud storyboards powerpoint media project
fraud storyboards powerpoint media projectfraud storyboards powerpoint media project
fraud storyboards powerpoint media project
 
Music Video Codes and Conventions 2 .pptx
Music Video Codes and Conventions 2 .pptxMusic Video Codes and Conventions 2 .pptx
Music Video Codes and Conventions 2 .pptx
 
Hot Sexy call girls in Ramesh Nagar🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Ramesh Nagar🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Ramesh Nagar🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Ramesh Nagar🔝 9953056974 🔝 Delhi escort Service
 
Unveiling SOCIO COSMOS: Where Socializing Meets the Stars
Unveiling SOCIO COSMOS: Where Socializing Meets the StarsUnveiling SOCIO COSMOS: Where Socializing Meets the Stars
Unveiling SOCIO COSMOS: Where Socializing Meets the Stars
 
young Call girls in Dwarka sector 23🔝 9953056974 🔝 Delhi escort Service
young Call girls in Dwarka sector 23🔝 9953056974 🔝 Delhi escort Serviceyoung Call girls in Dwarka sector 23🔝 9953056974 🔝 Delhi escort Service
young Call girls in Dwarka sector 23🔝 9953056974 🔝 Delhi escort Service
 
O9654467111 Call Girls In Shahdara Women Seeking Men
O9654467111 Call Girls In Shahdara Women Seeking MenO9654467111 Call Girls In Shahdara Women Seeking Men
O9654467111 Call Girls In Shahdara Women Seeking Men
 
VIP Moti Bagh Call Girls Free Doorstep Delivery 9873777170
VIP Moti Bagh Call Girls Free Doorstep Delivery 9873777170VIP Moti Bagh Call Girls Free Doorstep Delivery 9873777170
VIP Moti Bagh Call Girls Free Doorstep Delivery 9873777170
 
The--Fraud: Netflix Original Media Pitch
The--Fraud: Netflix Original Media PitchThe--Fraud: Netflix Original Media Pitch
The--Fraud: Netflix Original Media Pitch
 

How to increase social adoption - meetIT 2016, Milano