MrSwitch / hello.js

A Javascript RESTFUL API library for connecting with OAuth2 services, such as Google+ API, Facebook Graph and Windows Live Connect
https://adodson.com/hello.js/
MIT License
4.64k stars 547 forks source link

LinkedIn oAuth not working... #453

Open richardh8 opened 7 years ago

richardh8 commented 7 years ago

I got Facebook and Google working, but can't get LinkedIn to work. Nothing to be logged, there is not return, anything, nothing...

DvirH commented 7 years ago

It doesn't work for me as well, But I get a message about proxy on heroapp... But on that site there is no linkedin

zerosimms commented 7 years ago

Ditto, I can get to the point where it am asked to login, which I do, but when I submit the popup vanishes and nothing is returned... Not sure what to do...

FrancescoCioria commented 6 years ago

apparently hellojs is using the LinkedIn's OAuth2 Legacy process which required a server-side step (that's why in the linkedin demo they pass a ouath_proxy param: https://github.com/MrSwitch/hello.js/blob/master/demos/linkedin.html#L30)

jyotigupta007 commented 6 years ago

Hi,

I am also facing the same issue. I have registered my linkedin app details on "https://auth-server.herokuapp.com" as well. But every time it is giving me error "Unknown authentication scheme". Please help me out if anyone has done successfully with steps.

Thanks in advance.