Facebook API - Secure Canvas URL

0

I'm trying to make an app work on Facebook and interact with the site I'm developing. The goal is for the user to sign in via Facebook on the site.

It happens that every time I try to add the site in the API settings of Facebook, it accuses this error:

This must be derived from Secure Canvas URL, Mobile Site URL, Unity Binary URL, Site URL ou Secure Page Tab URL.

Notice that the image has the App Domains field. It is this field that does not enter at all. Is it mandatory to be HTTPS? I do not understand.

If yes, how do I configure this on the server?

And in the Secure Page Tab URL field you have to do this websiteseguro.com to work. The question is can fool Facebook and leave like that. But to be so the application does not work on Facebook, but it works on the site.

Anyway, Facebook even for this is very annoying to use.

Be Crazy Cachorrera!

    
asked by anonymous 25.06.2015 / 14:32

1 answer

0

I was able to resolve this issue.

Facebook in this field accepts only the HTTPS protocol.

In other words, if we want to put some page of the site in a TAB (Facebook) we need to hire the SSL service of the hosting, which makes the domain also be accessed by the HTTPS protocol.

    
30.07.2015 / 13:50