Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hello,
I am trying to create an android app using your API's. However, when I try to access the api using my installation url, I get a 404 not found error.
Do I have to enable the lhxml module first? and where should I do it?
Offline
No you do not have to enable anything. If it returns 404 it's something with your server. To make sure it works you can try to enter something like that
http://demo.livehelperchat.com/index.php/xml/checklogin
Offline
Great!!
I am now able to access after including the index.php to the url - index.php/xml/checklogin
The links on your API documentation page do not include the /index.php/
Thank you very much
Offline
Hello,
Please which API do you use to accept a new chat in the pending chats list?
I have used this api: <pre>http://demo.livehelperchat.com/xml/accepttransferbychat/<chat_id>[/pre] and this one <pre>http://demo.livehelperchat.com/xml/addmsgadmin/<chat_id></pre>
but after I open the chat, the chat still show in the pending list and it doesn't show that user has joined the chat.
Thanks
Last edited by samapraku (2014-10-02 10:58:51)
Offline
Hi,
It's this xml/chatdata this call. It returns main chat data and changes status data to accepted.
Offline
Thank you very much. Got it working.
Offline
Hi,
I have been able to make some headway with the android app. Currently I am able to access active chat and pending chat lists and I am also able to chat with my android app.
What I want to know is which api call fetches the unread messages? I am guessing that is what you use to check for new messages. The json that is returned when i use the /xml/lists api doesn't include the Unread messages json.
Thank you very much for your support and efforts.
Offline
Pages: 1