PubNub publish not working
问题 I am trying to integrate PubNub with KaaIoT platform where the publish API is throwing the following error/exception: Following is the code showing a sample message that I am trying to publish: PNConfiguration pnConfiguration = new PNConfiguration(); pnConfiguration.setSubscribeKey("sub-c-7c052466-04ea-11e5-aefa-0619f8945XXX"); pnConfiguration.setPublishKey("pub-c-12a0e504-b46c-4c9c-ba5d-089ae589bYYY"); PubNub pubNub = new PubNub(pnConfiguration); try { HashMap<String, String> data = new