We are attempting to provide Facebook login as an option for a site. Miva has good documentation on this. Unfortunately, we are running into a issue which has us stumped. When we click on the "Login with Facebook" link we get the pop-up but immediately get an error from Facebook:
"URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make sure Client and Web OAuth Login are on and add all your app domains as Valid OAuth Redirect URIs."
Looking at the facebook url, we figured out what the redirect url is that the oAuth module is attempting to use. With Facebook's new required strict mode the "Valid OAuth Redirect URIs" setting has to match the redirect url exactly. Unfortunately, setting the redirect url exactly to what is in the Facebook url has not fixed the issue.
Has anyone run into this before?
"URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make sure Client and Web OAuth Login are on and add all your app domains as Valid OAuth Redirect URIs."
Looking at the facebook url, we figured out what the redirect url is that the oAuth module is attempting to use. With Facebook's new required strict mode the "Valid OAuth Redirect URIs" setting has to match the redirect url exactly. Unfortunately, setting the redirect url exactly to what is in the Facebook url has not fixed the issue.
Has anyone run into this before?
Comment