Hosting webgl game on dropbox and use it with facebook secure canvas -


i have webgl game , want put in facebook secure canvas. since dropbox https secure, want upload game there , paste link facebook secure canvas settings, got error:

must point directory (i.e., end '/' or dynamic page (i.e., have '?' somewhere). 

enter image description here

any solution?

it seem facebook not static html pages. try changing secure canvas url include ?secure (or other word/variables long starts question mark). meaning:

https://www.dropbox.com/home/public/whatever/index2.html?secure 

hope helps!


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -