decioferreira / omniauth-linkedin-oauth2

A LinkedIn OAuth2 strategy for OmniAuth.
MIT License
117 stars 147 forks source link

Add support for LinkedIn v2 API. #39

Closed mdesjardins closed 5 years ago

mdesjardins commented 6 years ago

The current implementation breaks when it fetches the additional raw_info because it hits a v1 endpoint to do so. Unfortunately LinkedIn disables the v1 API when they upgrade clients to v2, so authentication with this gem will stop working if/when LinkedIn does this.

mdesjardins commented 6 years ago

PR submitted https://github.com/decioferreira/omniauth-linkedin-oauth2/pull/38

kalemi19 commented 5 years ago

With LinkedIn officially deprecating V1 on March 2019, this needs to be taken care of, otherwise this gem will become obsolete.

pjg commented 5 years ago

Superceded by https://github.com/decioferreira/omniauth-linkedin-oauth2/pull/44. As such, I believe this issue could be closed.