How to Integrate Facebook Chat if you Already Call the SDK
Overview
Steps to Take
window.hdAsyncInit = clientAsyncInit;
<script>https://api.heyday.ai/v130/xxx/yyy/zz_ZZ/setupchat.js</script>
function clientAsyncInit() {
FB.init({
appId: appId,
xfbml: true,
version: 'v7.0',
status: true // set to true to refresh status on every load
});
// continue calling Facebook
}Last updated
Was this helpful?
