I'm actually developing a Facebook Canvas version of an app using PubNub, my problem is that Facebook is blocking all non-https connection, even PubNub send/receive message requests.
Is there anyway to tell to the PubNub SDK to use https version of the PubNub routes ? I really don't need the security of an https connection for my PubNub messages.
Note: I'm using the AngularJS SDK.
EDIT: My application is using https connection, only pubnub keep using simple http request.