Open
Description
A recent pull request has added the following line to the ->fetch() method
$headers[] = 'Authorization: Bearer ' . $this->getAccessToken();
This is now causing the LinkedIn API to error with the message "Mutiple authentication schemes detected" [sic] as the token is included both in a header and on the query string.
Metadata
Metadata
Assignees
Labels
No labels