07-03-2018, 01:20 AM
(This post was last modified: 07-03-2018, 02:24 AM by steve123123.)
Found the fix in another users post for facebook. can you add this into the next patch?
"Made changes on file /users/src/Facebook/Helpers/FacebookRedirectLoginHelper.php
in line 226, from:
$redirectUrl = FacebookUrlManipulator::removeParamsFromUrl($redirectUrl, ['state']);
to:
$redirectUrl = FacebookUrlManipulator::removeParamsFromUrl($redirectUrl, ['code', 'state']);"
Also set "Redirect After Facebook Login" to your domain. Any idea what value should be in "Facebook Graph Version - Formatted as v2.2"?
"Made changes on file /users/src/Facebook/Helpers/FacebookRedirectLoginHelper.php
in line 226, from:
$redirectUrl = FacebookUrlManipulator::removeParamsFromUrl($redirectUrl, ['state']);
to:
$redirectUrl = FacebookUrlManipulator::removeParamsFromUrl($redirectUrl, ['code', 'state']);"
Also set "Redirect After Facebook Login" to your domain. Any idea what value should be in "Facebook Graph Version - Formatted as v2.2"?