You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
When the back-channel URL graph call is constructed here it is possible for Options.UserInformationEndpoint to already contain ?. However, as-is currently ?access_token is appended to the endpoint without checking if ? already exists.
This can lead to an malformed URL API call to Facebook.
When the back-channel URL graph call is constructed here it is possible for
Options.UserInformationEndpoint
to already contain?
. However, as-is currently?access_token
is appended to the endpoint without checking if?
already exists.This can lead to an malformed URL API call to Facebook.
For example,
Would result in a malformed URL when making a request to Facebook because the URL would contain two
?
.The text was updated successfully, but these errors were encountered: