Facebook app configuration for cordova

I have an app I need to put into production and I can’t figure out how to configure the facebook app correctly to work in live mode.

I get an error that says:

Given URL is not allowed by the Application configuration. One or more of the given URLs is not allowed by the App’s settings. To use this URL, you must add a valid native platform in your App’s settings."

So if anyone could tell me what that means, I’d appreciate it!

I’ve tried adding meteor.local as well as the obvious choice of the domain to the valid redirect setting in facebook but that didn’t work.

Hi Patrick,

I stumble on your question while searching for an answer for the exact issue.

Go to the field at

Settings > Advanced > “Valid OAuth redirect URIs”

And add :
“http:///_oauth/facebook”

Elic

1 Like