Closed h-guerrero closed 4 years ago
check your backend
could you be more specific? I have setted the values on .env in the backend
Edited:
I just checked and my config was wrong, I already make the required changes and now the error is because localhost is not listed as an accepted domain which is weird because I setted localhost and 127.0.0.1 on the login's configuration but not entering.
Hi, I am trying to implement your package but when I click the facebook button a facebook modal opens with the Invalid app identifier message. I already setup the following:
Vue.use(VueSocialAuth, { facebook: { clientId: 'mi-app-identifier', redirectUri: '/oauth/facebook/callback', } });
Have you an idea why this is happening? The fb app is already in use but now I am trying to add the login button in my vue app also. Thanks!