I am trying to properly set up my Facebook login link, however, I have no idea what the login URL is actually supposed to be. The furthest I have gotten is that my app ID is formatted correctly, and that my response type is correct. Everything else I am unfamiliar with.
What my URL currently looks like: “https://www.facebook.com/v19.0/dialog/oauth?client_id=[my ID]&redirect_uri=”[redirect URI that I added as valid in my app settings]”&state=”{st=[st],ds=[ds]}”&response_type=token”
I have tried removing square brackets (to get the above link), but that didn’t work. It does not redirect to the redirect URI and instead pretends that I don’t have such URI. I looked at similar posts about this error, however, none that I found address my specific problem as I have already added my URI as a valid redirect URI in my OAuth/app settings.