messenger-javascript icon indicating copy to clipboard operation
messenger-javascript copied to clipboard

mesibo messenger for web [Beta]

Results 5 messenger-javascript issues
Sort by recently updated
recently updated
newest added

Hello Mesibo, Get every time with the status **MESIBO_STATUS_AUTHFAIL** while opening chat window I want to know how its not working with frontend messanger-javascript. https://github.com/mesibo/messenger-javascript Thank you,

Hello Mesibo, When user receive message message status is changed from **MESIBO_MSGSTATUS_SENT** to **MESIBO_MSGSTATUS_DELIVERED**, but when user see the message, message status must change to **MESIBO_MSGSTATUS_READ**. I just wanna know,...

I downloaded the new version and it's not working at all. index.html and popup.html have the same errors: ``` Uncaught TypeError: $scope.mesibo.setDatabase is not a function at b.$scope.initMesibo (controller.js:675) at...

Hi, These are the sample value I have used ```javascript const MESIBO_ACCESS_TOKEN = "USER_AUTH_TOKEN"; const MESIBO_APP_ID = "APP_ID"; const MESIBO_API_URL = "https://app.mesibo.com/api.php"; ``` The logs populated in console : >...