Push messages for Web Host Service
3
votes
1 comment
-
Alexandre Cisneiros Filho
commented
Hello. Is there a way to Push messages to users via the Web Host Service?
I'd love to program a BOT only using PHP, so if I could access the Contact List (with user statuses) and be able to open a session with an user and send messages to it at anytime, that would be great!
It could just be a simple RESTful API, with a POST method to Push Messages. Also, a GET method to fetch users by statuses would be great, like /api/contact_list/online or /api/contact_list/away.
Thanks! :D