Вопрос

I'm trying to create an app on Facebook and facing some problems about security issues.

I want to know why I can access my app by its id: https://apps.facebook.com/371281253013594/ and I can't by its name: https://apps.facebook.com/nelsonapp/, when I use the name I get this error message:

"Secure browsing is not supported This application does not yet support secure browsing (https)"

Это было полезно?

Решение

The domain where your application is hosted must be SSL certified (https) eg: https://my-domain.com/my-app. Else, your app can't be published in facebook.

Btw, in the App Settings you have to give this in the Secure Canvas URL too, eg:

Canvas Url: http://my-domain.com/my-app
Secure Canvas Url: https://my-domain.com/my-app

What did you wrote in these settings?

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top