You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building an ionic 1 app that needs a oath login via Facebook. I installed and configured the plugin Ionic Cordova oAuth. I created a Facebook app to deal with the oauth process. Everything works when the Facebook app runs in development mode yet as soon as I try to test it after publishing it I get this error after the oauth login request on my app:
"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 tried to add the suggested callback url on Facebooks app configuration sections for the oAuth component but it is refused by it stating that the localhost domain is added automatically while the app is in development mode. The url is "http://localhost/callback". How about the app going from development mode to live?
Has anybody faced the same issue? How can it be fixed?
The text was updated successfully, but these errors were encountered:
I am building an ionic 1 app that needs a oath login via Facebook. I installed and configured the plugin Ionic Cordova oAuth. I created a Facebook app to deal with the oauth process. Everything works when the Facebook app runs in development mode yet as soon as I try to test it after publishing it I get this error after the oauth login request on my app:
"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 tried to add the suggested callback url on Facebooks app configuration sections for the oAuth component but it is refused by it stating that the localhost domain is added automatically while the app is in development mode. The url is "http://localhost/callback". How about the app going from development mode to live?
Has anybody faced the same issue? How can it be fixed?
The text was updated successfully, but these errors were encountered: