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
With a recent change for facebook apis,
Ref : https://developers.facebook.com/docs/facebook-login/security#https Enforce HTTPS. This setting requires HTTPS for OAuth Redirects and pages getting access tokens with the JavaScript SDK. All new apps created as of March 2018 have this setting on by default and you should plan to migrate any existing apps to use only HTTPS URLs by March 2019.
I am trying to use this plugin in ionic cordova app, have setup app ids on facebook dashboard but the callback url now only takes HTTPS urls. Hence "http://localhost/callback" is not accepted.
The app, when I run on android device, shows "You are not logged in.." message.
Can anyone help?
The text was updated successfully, but these errors were encountered:
With a recent change for facebook apis,
Ref : https://developers.facebook.com/docs/facebook-login/security#https
Enforce HTTPS. This setting requires HTTPS for OAuth Redirects and pages getting access tokens with the JavaScript SDK. All new apps created as of March 2018 have this setting on by default and you should plan to migrate any existing apps to use only HTTPS URLs by March 2019.
I am trying to use this plugin in ionic cordova app, have setup app ids on facebook dashboard but the callback url now only takes HTTPS urls. Hence "http://localhost/callback" is not accepted.
The app, when I run on android device, shows "You are not logged in.." message.
Can anyone help?
The text was updated successfully, but these errors were encountered: