ashwinks / PHP-LinkedIn-SDK

A PHP wrapper for the LinkedIn API
94 stars 74 forks source link

Remove the oauth2_access_token query parameter. #29

Closed cbaldwin74 closed 8 years ago

cbaldwin74 commented 8 years ago

According to LinkedIn's API documentation the proper way to authenticate api requests is to use the Authorization header. Once that was added having the oauth2_access_token parameter caused the API to respond with a" Multiple authentication schemes" error.