Social Login allows you to improve convenience for your customers and increase conversion rates for your signups and offerings. Instead of letting users fill in forms, they just need to click to sign in with LinkedIn.
In the video, I show you how to write a node.js application that pushes the name and email data from LinkedIn to the mailinglist provider Mailchimp via API. We integrate the code we have written in part 1 and part 2. We deploy it as AWS Lamda Function behind the AWS API Gateway.
This is the third part of a 3-part series on social login:
You might also want to watch: How to use the LinkedIn API and OAuth
In the video, I show you how to write a node.js application that pushes the name and email data from LinkedIn to a mailinglist provider (Mailchimp) via API.
I provide the source code for you here. I hope it makes your life much easier because it guides you through the process, and helps you to get all the nitty-gritty details right. Without it, you would probably spend a lot of time reading the documentation or figuring it out by trial and error.
Learn about OAuth in a more structured way, with step-by-step guides:
Also published on Medium.