Make authfacebook compatibile with new facebook response query parameters
Do not include query parameters when constructing redirect uri for use with the `access_token` endpoint. Background: Depending on your Facebook app configuration Facebook may return additional query parameters after a a user authorizes an app. The module was incorrectly adding these extra params to its redirect uri and generating a redirect uri that is not in the app's whitelist.
Please register or sign in to comment