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 login/signup error? [RESOLVED]

fmOzillafmOzilla New
edited May 2018 in Vanilla 2.0 - 2.8

I did try as they said in the readme file But still getting this error. Anyone fixed it ?

{
"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 sub-domains of your app to the App Domains field in your app settings.",
"type": "OAuthException",
"code": 191,
"fbtrace_id": "DrThOaJWR+y"
}
}

Comments

  • steamsteam www.planamigo.org - #1 foro planes amigo
    edited May 2018

    @fmOzilla dijo:
    I did try as they said in the readme file But still getting this error. Anyone fixed it ?

    {
    "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 sub-domains of your app to the App Domains field in your app settings.",
    "type": "OAuthException",
    "code": 191,
    "fbtrace_id": "DrThOaJWR+y"
    }
    }

    Hi and welcome to forum,

    Look at this thread:

    https://open.vanillaforums.com/discussion/35842/facebook-connect-for-version-2-5

    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

    Regards

  • @steam said:

    @fmOzilla dijo:
    I did try as they said in the readme file But still getting this error. Anyone fixed it ?

    {
    "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 sub-domains of your app to the App Domains field in your app settings.",
    "type": "OAuthException",
    "code": 191,
    "fbtrace_id": "DrThOaJWR+y"
    }
    }

    Hi and welcome to forum,

    Look at this thread:

    https://open.vanillaforums.com/discussion/35842/facebook-connect-for-version-2-5

    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

    Regards

    it worked Thanks man

Sign In or Register to comment.