PATRICK4
Member
Posted 1 year ago #
Hey, I added in each key and code, the social network buttons show on registration page, however the when I click the facebook login i get this error in the popup
{
"error": {
"message": "Invalid redirect_uri: Given URL is not permitted by the application configuration.",
"type": "OAuthException"
}
}
Any reason for this?
When in social connect settings and I run the diagnoses it says Test succesful.Any help would be great.
http://wordpress.org/extend/plugins/social-connect/
basilleaf
Member
Posted 1 year ago #
Make sure your site url is entered on your facebook app's settings page.
Go to your app settings page on Facebook (https://developers.facebook.com/apps select your app and then click 'edit settings') click where it says 'I want to allow people to log in to my website using Facebook.' (scroll down the page a bit) and put your site url there.
PATRICK4
Member
Posted 1 year ago #
Site URL fixed it thanks.