05-04-2018, 07:32 AM
Hi Brandin,
After did some search on Google, I found follow this refferences:
https://github.com/facebook/php-graph-sdk/pull/913
https://github.com/facebook/php-graph-sd...b45aedb6da
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']);
Now my web can login with facebook.
Thanks for the discussion,
Greetings,
-iip-
After did some search on Google, I found follow this refferences:
https://github.com/facebook/php-graph-sdk/pull/913
https://github.com/facebook/php-graph-sd...b45aedb6da
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']);
Now my web can login with facebook.
Thanks for the discussion,
Greetings,
-iip-