-
Bug
-
Resolution: Fixed
-
Major
-
None
-
3.1.9
-
PHP 5.6.x
Hi all,
Looks like the phpBB oauth calss will lowercase provider names ie "instagram", "github" before it attempts to find the proper service from the external library to use.
Then it capitalizes the first letter ie Instagram, Github and expect the service class to be the same... However this is not always the case such as GitHub . This results in broken calls...