• I just tried setting this plugin up on a new website and saw a note that App features are only now allowed when using an HTTPS web sites.
    Why would personal sites or non- eCommerce sites need an HTTPS rather than an HTTP site?

Viewing 1 replies (of 1 total)
  • If you have any old Facebook app,that allow to set the Enforce HTTPS to No ,set it to no and try again.

    For new apps Enforce HTTPS is set to No and also no way to change it. Your only option is to migrate your site to https.
    Or uncomment the 6th and 7th line in authorization.php file of facebook auto publish.
    ie change the code as shown below,

    if(is_ssl()===false)
     $redirecturl=preg_replace("/^http:/i", "https:", $redirecturl);

    When the facebook app redirect the site with https url of your site,remove the s from https url and reload the http url without modifying the other parameters in the url.(not recommended solution).Then the pages will be listed after successful authorisation.
    But the better option is to migrate your site to https. (You need to do that anyway, because Chrome will start marking http sites as “unsafe” within few months).
    LetsEncrypt is a free, automated, and open Certificate Authority that enable HTTPS on your website.
    Hope this helps.
    Thank you

Viewing 1 replies (of 1 total)

The topic ‘Another FB limit HTTPS’ is closed to new replies.