LinkedIn API and OAuth: Social Login Development for your website with node.js - Part 1/3

Поділитися
Вставка
  • Опубліковано 3 лис 2024

КОМЕНТАРІ • 20

  • @Api-university
    @Api-university  4 роки тому

    Get the Source Code here
    api-university.com/blog/api-usage/social-login-with-linkedin-part-1

  • @dr.shreyas123
    @dr.shreyas123 6 місяців тому +2

    I was struggling for the complete guide to integration of login with Linkedin, and journey ends here. I could not get such nice explanation anywhere which I was expecting from Linkedin or Microsoft documentation. Thanks, this is the best resource I have found to accomplish my task. Thank you so much, I really appreciate your efforts.

  • @imarpit007
    @imarpit007 2 роки тому +1

    I love these api videos. They are super helpful for me as a developer. Thanks again you made my day sir.

  • @superluvdub
    @superluvdub 3 роки тому +2

    I love these api videos. They are super helpful for a frontender. Thank you

  • @brentmarquez4157
    @brentmarquez4157 Рік тому

    Is there an updated version of how to do this? I think the scopes are old ("r_..") and as I understand it the process is a little different now.

  • @venkateshkumar804
    @venkateshkumar804 3 роки тому +1

    One quick question. I hope API calls can be made at front end say react. Am i correct ? . Great video Btw :)

    • @Api-university
      @Api-university  3 роки тому

      you will get the answer in parts 2 and 3. make sure to watch them!

  • @mohamadsaf5498
    @mohamadsaf5498 3 роки тому

    Is it possible to retrieve the public profile url using the API?

  • @pookaaii0519
    @pookaaii0519 Рік тому

    Hi Please assist! I am at the last part where I use the access token to retrieve the user's profile, email, or picture. However, I get a CORS policy blocking me. I am sure that I added the headers {"Authorization" : "Bearer " + accessToken} and it doesn't seem to work. I had to install the CORS add-on to unblock but this is not ideal. Please help.

    • @quangminh8580
      @quangminh8580 Рік тому

      I have the same problem like you, You can send the access token from your Front-end to Back-end , and send it to linkedIn. You can use postman to test it and copy the code which postman create and paste to your back-end code

  • @parnalmunghate8820
    @parnalmunghate8820 4 роки тому

    While logging-in using linkedin, we can get user's Name, Email id, Profile picture. But can we get that users Resume, Skills, Job History, Address into our app??

    • @Api-university
      @Api-university  4 роки тому

      Not out of the box, I guess you would need to negotiate with linkedin....

  • @cliffordfrancisco1986
    @cliffordfrancisco1986 4 роки тому

    I'm developing a LinkedIn login on our Ionic app, how can we get the code from the URL? We are using in-app-browser.

    • @Api-university
      @Api-university  3 роки тому

      you need to use a custom URL scheme. I explain this in my course: api-university.teachable.com/courses

  • @GdX441
    @GdX441 3 роки тому

    Unable to retrieve access token: authorization code not found
    I am getting this error when making request.

    • @Api-university
      @Api-university  3 роки тому

      You need to include the auth code in the request to the token endpoint.