Hello, I try login facebook with oauth … users is add in users oauth but I have this error after authentification in redirect … I try with this doc : Authentication API Explorer
code js:
var webAuth = new auth0.WebAuth({
domain: 'domain',
clientID: 'client id',
responseType: 'token',
redirect_uri: 'redirect uri'
});
// Trigger login with google
webAuth.popup.authorize({
connection: 'facebook'
});
after login redirect to domain but in domain url not valid then I get this error … where is solution for redirect to my local project