08-30-2018, 08:04 PM
(08-30-2018, 05:30 PM)Brandin Wrote: Hi Jaxx,
Take a look at the link below:
https://github.com/facebook/php-graph-sdk/issues/963
Read through that and it should provide you with a solution. We may (or may not have) fixed this in the 4.4 which is currently in Development.
Thank you,
Brandin.
Brandin,
Thanks for the link! This worked perfectly.
I modified the FacebookRedirectLoginHelper.php, line 226 to the parameters mentioned in the post linked:
PHP Code:
$redirectUrl = FacebookUrlManipulator::removeParamsFromUrl($redirectUrl, ['code', 'state', 'enforce_https']);
For those looking for the file to fix this bug: it is in Userspice4/users/src/Facebook/Helpers/
Cheers,
Jaxx