ArkeologeN / node-linkedin

LinkedIn 2.0 wrapper in Node.js
MIT License
163 stars 78 forks source link

Use the new popup URL #79

Open mattfysh opened 7 years ago

mattfysh commented 7 years ago

Right now, I'm using this workaround:

  const authUrl = Linkedin.auth.authorize()
  res.redirect(
    authUrl.replace('/uas/oauth2/authorization', '/oauth/v2/authorization')
  )
ArkeologeN commented 6 years ago

I didn't know about the change! would you mind sending a pull request, please?