Open mattfysh opened 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') )
I didn't know about the change! would you mind sending a pull request, please?
Right now, I'm using this workaround: