Questions tagged [passport-linkedin]
8 questions
4
votes
0 answers
linkedin oauth2 profile picture
I'm trying to get a user profile picture and save the image URL to my DB.
It worked for a while but now I'm starting to see that some of the images aren't loadings anymore... I'm getting 403 (Forbidden).
here is the currently code:
user auth…

ronara
- 336
- 11
- 26
2
votes
2 answers
NPM passport linkedin login showing 500 if user cancel login
I have implemented npm passport linked social login and it is working fine. But if user cancel the authorisation either they cancel the login on linkedin website. Then it comes back to my website but shows the 500 error.
But as their documentation…

Randhir Singh
- 245
- 1
- 7
- 19
1
vote
1 answer
passport-linkedin-oauth2 upgrade to Linkedin API v2 with r_liteprofile in scope
I am trying to retrive lite profile of a user using passport-linkedin-oauth2 and am passing r_liteprofile as scope, all the fields except email are being returned as undefined.
Please help with the migrations required in passport-linkedin-oauth2…

Masade
- 715
- 1
- 11
- 29
0
votes
0 answers
passport-linkedin-oauth2 showing error: You need to pass the "redirect_uri" parameter? Am I missing a the redirect_uri somewhere?
When I get to this page -> https://www.linkedin.com/oauth/v2/authorization?response_type=code&scope=r_emailddress%20r_liteprofile&state=[state]&client_id=[client_id]
I get the error of Error: You need to pass the redirect_uri parameter.
Context:…

naeemnh
- 21
- 4
0
votes
0 answers
Linkedin Oauth doesn't work when i'm not logged into linkedin
This is basically a repost of me previous question, but with an update.
Now issue is that if user is not logged in to linkedin itself then it shows "bummer, something wen't wrong" error and there's this error in the console.
Since then i have…

guram soselia
- 11
- 1
0
votes
1 answer
Linkedin Login API returning Status 500: Internal Server Error
been stuck for a while trying to implement LinkedIn Login using the passport framework on nodejs with passport-linkedin-oauth2 strategy.
These are my configurations for the strategy on nodejs
const strategy = new LinkedInStrategy(
{
…
0
votes
0 answers
How to login with linkedin in an application where mobile and nodejs are used together
I can not create a server session in the mobile requests.
I am developing a mobile application. Sign in with LinkedIn to application made only from mobile.
I wrote the rest api with nodejs. I used the passport for linkedin login.Then I tested it…

ByBarov
- 1
- 3
0
votes
1 answer
Mongoose Save Error LinkedIn Data
Im using Passport-LinkedIn for auth and getting some user data but Passport-LinkedIn returns to some defined datas like email, Formatted Name(firstname + Surname) etc and an JSON Data what you defines in Strategy, I defined like this:
…

Berkay Bindebir
- 74
- 1
- 3