rmuilwijk / MauticFBAdsLeadAdsBundle

Enables synchnronization of Facebook Lead Ads as leads into Mautic.
GNU General Public License v3.0
51 stars 18 forks source link

Can't authorize App #6

Open Shirkit opened 6 years ago

Shirkit commented 6 years ago

I think FB has made a silent update or it's not supporting the SDK 2.9 anymore. It gives me this error:

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.

I'm pretty sure I did everything right, but it still isn't working.

image

YosuCadilla commented 6 years ago

Same problem here, I think that, as you mentioned, FB changed A LOT in how apps and app security needs to be managed now.

Did you find a solution @Shirkit ?

Shirkit commented 6 years ago

@YosuCadilla No, but I think I found the root cause. FB dropped the 2.9 PHP API, so it's likely it's using an old way to try to authenticate.

YosuCadilla commented 6 years ago

Guys I finally got past this error msg (just to fall to the next one). I had to review all my configuration like a 100 times until I finally got it right. Not saying the plugin works or not, just saying this error can be sorted out on the FB settings side.

YosuCadilla commented 6 years ago

The new error is this one: https://github.com/rmuilwijk/MauticFBAdsLeadAdsBundle/issues/7

dsp76 commented 5 years ago

Actually the error message of Facebook is missleading. It likely doesn't complain about the domain missing in the app settings (probably added already). But about the URL not being entered into "Valid OAuth Redirect URIs" under Client OAuth Settings for Facebook Login.