Add LinkedIn (auth openID) Login To Your Bubble.io App || 2024 Updated tutorial ENGLISH

Link to LinkedIn developer console: https://developer.linkedin.com

When creating API Connector endpoint, use the following values:
Linkedin OpenID API docuentation : https://learn.microsoft.com/en-us/lin

API Name : LInkedin API
Scope: profile email openid
App Secret: paste from linkedin developer App
App ID: paste from linkedin developer App
Login dialog redirect: / authorization
Access token endpoint: / accesstoken
User profile endpoint: https://api.linkedin.com/v2/userinfo?…)

User ID key path: sub
User email key path: email

API CALL::::::::
Name : Linkein CAll
Use as : Data
GET: https://api.linkedin.com/v2/userinfo?…[projection]
KEY: projection
Value: (sub,name,given_name,family_name,picture,locale,email_verified,email)

What you will learn In this video

  1. How to create a LinkedIn developer account
  2. How to generate LinkedIn authentication API keys
  3. How to create the workflows that power LinkedIn authentication
  4. How to display a users LinkedIn account data within your app

timeline:

00:00 Quick review About login with LinkedIn in bubble.io
00:30 How to create LinkedIn developer account
00:40 how to create app in LinkedIn developer account
01:53 Adding signIn with LInkedIN using open ID connect
02:46 How to connect LinkedIn with Bubble.io API connector
04:48 how to get LinkedIn open ID Documentation
05:03 LinkedIn authentication Demo
06:00 Initializing the call

FIND OUT MORE:

Multi screen navigation on single page | Option set & states | Single-page App navigation in bubble: https://youtu.be/B4IWB27lq68

Easy Select & Unselect Checkboxes in Bubble.io | TUTORIAL || Urdu hindi: https://youtu.be/RA8j_lL--So

Your First Bubble.io web App Development Part 2 UNDER 10 MIN Urdu/Hindi Beginners Tutorial : https://youtu.be/kKW92kvPMIs

Change your bubble.io App font : https://youtu.be/DBocKUAZJZ0

Hello, I tried the exacly same thing of the video, but returns with the error of acess toke, could you please help me?

1 Like

Sure, I can help you.

Did you copy pasted correctly, or can you send me screenshot of your API calls n API setup

Send me screenshot

I have same issue. I can’t initialize API call to get user’s profile info. I uploaded image of issue down below and hope you help me out. @sukainaturget
Thank you

Kindly initialize the call first.

I managed it, appreciate it

1 Like

Good to hear. :cowboy_hat_face: