Hi,
Please help me to fix this issue.
i got pusher chat real time application from the tutorial http://code.tutsplus.com/tutorials/getting-real-time-with-pusher--net-22106.
Above tutorial works fine in my local Wamp server. i have moved same code to host server in that trigger new_message event not working.
$pusher->trigger(
'presence-nettuts', //the channel
'new_message', //the event
array('message' => $message) //the data to send
);
above line returns 1 in local and returns none/empty in host server.
Please guide me if need any host server configuration needed?
sorry for my bad English.