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
When I logout of my Facebook page in another tab on the same browser and then I try to logout of my angular app it gives me this error
Refused to display 'https://www.facebook.com/' in a frame because it set 'X-Frame-Options' to 'DENY'.
But if I'm logged in into facebook and then logout it works fine.
How can I detect an event that is triggered when the user logs out from fb in another tab?
The text was updated successfully, but these errors were encountered:
You need to add your website url in facebook developer admin ... get into facebook dev platforma chose your aplication and go to settings ... on the bottom add a web platforma and type there your domain .... that thing helped me to erase the console error ..
When I logout of my Facebook page in another tab on the same browser and then I try to logout of my angular app it gives me this error
Refused to display 'https://www.facebook.com/' in a frame because it set 'X-Frame-Options' to 'DENY'.
But if I'm logged in into facebook and then logout it works fine.
How can I detect an event that is triggered when the user logs out from fb in another tab?
The text was updated successfully, but these errors were encountered: