Relative Content

Tag Archive for facebookfacebook-graph-api

No redirect params in URI even though there is one – Facebook

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”