-
Bug
-
Resolution: Invalid
-
Minor
-
None
-
3.1.7-pl1
-
None
-
PHP Version 5.6.17
I am attempting to use and follow the guide as written here https://www.phpbb.com/support/docs/en/3.1/ug/adminguide/general_client I have created an app in facebook and when i or other users attempt to login to the forum by clicking the button we receive server error 500 and this is in the server error log.
Stack trace:
|
#0 /home2/graymau2/public_html/forum/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/AbstractService.php(97): OAuth\Common\Http\Client\StreamClient->retrieveResponse(Object(OAuth\Common\Http\Uri\Uri), Array, Array) |
#1 /home2/graymau2/public_html/forum/phpbb/auth/provider/oauth/service/facebook.php(69): OAuth\OAuth2\Service\AbstractService->requestAccessToken('AQDisP2ZLV29Z3g...') |
#2 /home2/graymau2/public_html/forum/phpbb/auth/provider/oauth/oauth.php(198): phpbb\auth\provider\oauth\service\facebook->perform_auth_login() |
#3 /home2/graymau2/public_html/forum/phpbb/auth/auth.php(938): phpbb\auth\provider\oauth\oauth->login('', '') |
#4 /home2/graymau2/public_html/forum/includes/functions.php(2874): phpbb\auth\auth->login('', '', false, 1, 0) |
#5 /home2/graymau2/public_html/forum/ in /home2/graymau2/public_html/forum/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/StreamClient.php on line 54 |
[20-Feb-2016 15:10:05 America/Denver] PHP Fatal error: Uncaught exception 'OAuth\Common\Http\Exception\TokenResponseException' with message 'Failed to request resource.' in /home2/graymau2/public_html/forum/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/StreamClient.php:54 |
Stack trace:
|
#0 /home2/graymau2/public_html/forum/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/AbstractService.php(97): OAuth\Common\Http\Client\StreamClient->retrieveResponse(Object(OAuth\Common\Http\Uri\Uri), Array, Array) |
#1 /home2/graymau2/public_html/forum/phpbb/auth/provider/oauth/service/facebook.php(69): OAuth\OAuth2\Service\AbstractService->requestAccessToken('AQA2nQ15ZCeV-hH...') |
#2 /home2/graymau2/public_html/forum/phpbb/auth/provider/oauth/oauth.php(198): phpbb\auth\provider\oauth\service\facebook->perform_auth_login() |
#3 /home2/graymau2/public_html/forum/phpbb/auth/auth.php(938): phpbb\auth\provider\oauth\oauth->login('', '') |
#4 /home2/graymau2/public_html/forum/includes/functions.php(2874): phpbb\auth\auth->login('', '', false, 1, 0) |
#5 /home2/graymau2/public_html/forum/ in /home2/graymau2/public_html/forum/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/StreamClient.php on line 54 |
|