Hi, I am having with EP Social Connect plugin.
I've made Facebook and Google+ API keys + everything else as the documentation shows > http://docs.easy-profile.com/index.php/article/social-connect-facebook (even through it's a bit outdated) but none of the login buttons (FB, G+) work.
They are shown on the login page but give errors.
Facebook button error:
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.
Google+ error:
Error: redirect_uri_mismatch
Application: #LogIn
You can email the developer of this application at: .
The redirect URI in the request, http:// ### /index.php?option=com_jsn&tmplsocial=1&view=google&task=accesstoken,
does not match the ones authorized for the OAuth client. Visit https://console.developers.google.com/apis/credentials/oauthclient/221505409130-82q85181qaatk0ejkb5b0dhim505pe84.apps.googleusercontent.com?project=221505409130 to update the authorized redirect URIs.
### being my http://domain.com/subfolder
1) What's missing and how can I find teh right redirect URI's? The authorised redirect URI for Google is as in the documentation:
http:// http://www.mywebsite.com /index.php?option=com_jsn&tmplsocial=1&view=google&task=accesstoken
2) +How can I use the social connect buttons for registering an account? I can't see them on the registration page.