calibreapp/react-live-chat-loader

Chat-loader not working for facebook.

EmmanuelManana opened this issue · 2 comments

When trying to use the facebook provider="messenger" and providerKey="172743013379" (application ID) I get

=> Refused to display 'https://www.facebook.com/' in a frame because it set 'X-Frame-Options' to 'deny'.

I have white listed the domain from which I using the "react-chat-loader" package.

@EmmanuelManana Can you confirm if you're using localhost or a hosted domain? Facebook Messenger will not load on localhost. I had quite a few issues when implementing it locally.

We are using the latest version of react-live-chat-loader on our demo page and it's loading correctly so I'm going to close this issue as this looks like an implementation problem and not a problem with the package.

@mikedijkstra , i figured it out, how will disable th window.cancelIdleCallback(handle); while using the app?