facebookarchive / php-graph-sdk

The Facebook SDK for PHP provides a native interface to the Graph API and Facebook Login. https://developers.facebook.com/docs/php
Other
3.17k stars 1.95k forks source link

deferred_redirect_uri param causes error #1206

Open jdknopp opened 3 years ago

jdknopp commented 3 years ago

As seen in https://stackoverflow.com/questions/63762043/oauth-facebook-api-throws-error-because-of-wrong-redirect-url-parameter/63781181 FacebookRedirectLoginHelper.getAccessToken needs to include deferred_redirect_uri in the param whitelist, or a percentage of users using FB Login will run into a 500. This started a few days ago.