tzwickl / passport-linkedin-api-v2

A simple Passport strategy for LinkedIn OAuth2 API Version 2.
MIT License
3 stars 1 forks source link

Removed double arguments on 'ME' #4

Closed shubs closed 5 years ago

shubs commented 5 years ago

If i run it it throws Unexpected trailing input: '?projection=(id,firstName,lastName,profilePicture(displayImage~:playableStreams))'

So i realised it was because ME was already assigned with the get parameters

tzwickl commented 5 years ago

@shubs yes thanks for noticing :D