简体   繁体   中英

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

I have a webgl game and I want to put it in facebook secure canvas. Since dropbox is https secure, I want to upload the game there and paste the link to the facebook secure canvas settings, but I got this error:

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

在此处输入图片说明

Any solution?

It would seem that facebook does not like static HTML pages. Try changing the Secure Canvas URL to include ?secure (or any other word/variables as long as it starts with a question mark). Meaning:

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

Hope it helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM