Search code examples
facebook

facebook page tab not available over ssl


So I created a facebook app using iframes, I'm using it as a tab on a facebook page and it works.

But if I use HTTPS, the tab isnt even there.

Anyone know how to fix this?

thanx


Solution

  • Facebook recently enabled the ability for users to set their accounts to use secure browsing (https / ssl). In your application settings > Facebook integration section you now have 2 fields: Secure Canvas URL & Secure Tab URL which in order for your app to work if a user has enable secure browsing, you will need to fill those in. This also requires that the server you are hosting your app on has a valid and configured SSL certificate.