Using Pusher Api Notify Particular User
i have one mobile web app using jquery mobile and phonegap and other is php website .i want that send notification just to particular user who's online and on mobile app as well, r
Solution 1:
Try making the username (which I assume is unique to the user) part of the channel name on both ends. Then publish to that channel.
Post a Comment for "Using Pusher Api Notify Particular User"