Get the Source Code here api-university.com/blog/api-usage/social-login-with-linkedin-part-1
@dr.shreyas1237 ай бұрын
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.
@Api-university6 ай бұрын
You're very welcome!
@imarpit0072 жыл бұрын
I love these api videos. They are super helpful for me as a developer. Thanks again you made my day sir.
@superluvdub3 жыл бұрын
I love these api videos. They are super helpful for a frontender. Thank you
@Api-university3 жыл бұрын
Happy to hear that! :)
@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.
@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 Жыл бұрын
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
@mohamadsaf54983 жыл бұрын
Is it possible to retrieve the public profile url using the API?
@venkateshkumar8043 жыл бұрын
One quick question. I hope API calls can be made at front end say react. Am i correct ? . Great video Btw :)
@Api-university3 жыл бұрын
you will get the answer in parts 2 and 3. make sure to watch them!
@GdX4413 жыл бұрын
Unable to retrieve access token: authorization code not found I am getting this error when making request.
@Api-university3 жыл бұрын
You need to include the auth code in the request to the token endpoint.
@parnalmunghate88204 жыл бұрын
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-university4 жыл бұрын
Not out of the box, I guess you would need to negotiate with linkedin....
@cliffordfrancisco19864 жыл бұрын
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-university3 жыл бұрын
you need to use a custom URL scheme. I explain this in my course: api-university.teachable.com/courses