Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Facebook connect for version 2.5
websfere
New
Hello, is there a an updated tutorial for Facebook connect (login) for version 2.5. I tried to follow instructions that comes from Dashboard but I have a difficult time setting up Facebook Login for website. Can anyone assist me? Thank you.
1
Comments
Do you already have a Facebook App set up? If not, make sure you create one at https://developers.facebook.com/apps and then follow the directions Vanilla gives you when setting up the Facebook social connect option.
Thanks, I tried but now I am getting the following error:
{"error":{"message":"Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings.","type":"OAuthException","code":191,"fbtrace_id":"DSxl+\/OAleK"}}
I have entered all versions of my website in the App Domains field. Any suggestion?
I'm having the same issue.
{ "error": { "message": "Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings.", "type": "OAuthException", "code": 191, "fbtrace_id": "DPRxar2njyk" } }
I'm having the same issue. This is happen for new version facebook api.. please fix this
Hey guys is there a fix for this? The oneil social login app does not work either, twitter works though.
@Adrian please do your magic! Tried every possible URL format and nothing works.
You are required to use https by Facebook now.
https://github.com/vanilla/vanilla/issues/6120
@Adrian I have been using https but no luck. Any other suggestions?
Tried everything still not working
So for those that don't know, I'm not a developer. I've been able to replicate this issue and have opened a ticket in Github and alerted the team.
https://github.com/vanilla/vanilla/issues/6726
It's possibly due to this issue:
https://wp-native-articles.com/blog/news/how-to-fix-facebook-apps-error-cant-load-url-domain-url-isnt-included-apps-domains/
Basically Facebook has a strict mode, which now (since October) is turned on by default.
You can either fix it by disabling strict mode (see link), or add the entire redirection url to your app. So https://yourforum.com/entry/connect/facebook I think, but I'm not entirely sure.
Thank you.
@Caylus I followed your provided link and it worked flawlessly. Finally it is a success! Thank you for the information :-)
It works if you save the exact url, like https://oferteproprietari.ro/forum/entry/connect/facebook?Target=discussion
This is not working when you want to login from a specific discussion, no wildcard allowed in the url
Any ideas ?
It is funny how it was working OK so far and suddenly it started giving me the same error for login. I have not changed anything or upgraded. Very weird.