daviddesberg / PHPoAuthLib

PHP 5.3+ oAuth 1/2 Client Library
Other
1.09k stars 456 forks source link

GitHub Fixes #567

Closed splitbrain closed 3 years ago

splitbrain commented 3 years ago

This fixes the Github service to make use of the correct stable API and send token as headers instead using the deprecated method of request parameters. See commits for details. Tests have been adjusted.