Issue with OAuth redirect uri

You requested implicit auth instead of regular auth

response_type= token instead of response_type=code

IE

instead of

1 Like