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
@matryer to me, as a beginner, what you said makes little sense. What is the proper way to handle callback? I am looking at the sample application: https://github.com/stretchr/gomniauth/blob/master/example/goweb/main.go#L102 and I have no idea how to properly check if this is an error response. Should I manually parse the query string at this point before I call CompleteAuth?
When pressing Cancel at the Facebook page the following error is shown:
gomniauth: Parameter 'code' is required but missing.
The callback URL is the following:
http://localhost:8080/oauth2/callback/facebook?error=access_denied&error_code=200&error_description=Permissions+error&error_reason=user_denied&state=..........
I guess Facebook simply renamed parameters?
The text was updated successfully, but these errors were encountered: