I created two applications for Facebook holding. I have problems accessing applications. In the application settings you should enter:
Canvas URL Protected Canvas URL
Canvas's secure URL does not accept HTTP links, but only HTTPS. When some of my users go to the link of my application, for example http://apps.facebook.com/my_app , Facebook will automatically redirect them to https: // ...
The content of the Canvas content is downloaded from my server, which is accessible only through HTTP. Users who are redirected to https://apps.facebook.com/my_app cannot download my application because Facebook canvas wants to download content from my server via HTTPS. How can I solve this problem without enabling SSL on the mu server?
And not all users are redirected to https: //apps.fa ...? How is this handled?
source
share