How Can the PHP OAuth Client Class Support New OAuth Servers By Manuel Lemos OAuth is a flexible protocol that allows accessing APIs on behalf of users of a given service.
Despite OAuth is a standard, accessing a new OAuth server requires to create custom code to access the respective API or configure a generic OAuth client like this PHP OAuth client class to adapt its behaviour to access OAuth server using specific configuration values.
Read this article to learn how to support a new OAuth server just by adding a few lines to the JSON configuration file that this PHP OAuth client users.