Title: Another FB limit HTTPS
Last modified: May 2, 2018

---

# Another FB limit HTTPS

 *  [LesTexas60](https://wordpress.org/support/users/lestexas60/)
 * (@lestexas60)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/another-fb-limit-https/)
 * 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)

 *  [anjalixyzscripts](https://wordpress.org/support/users/anjali94/)
 * (@anjali94)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/another-fb-limit-https/#post-10241546)
 * 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](https://letsencrypt.org/) 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.

 * ![](https://ps.w.org/facebook-auto-publish/assets/icon-128x128.png?rev=2124304)
 * [WP2Social Auto Publish](https://wordpress.org/plugins/facebook-auto-publish/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebook-auto-publish/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-auto-publish/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-auto-publish/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-auto-publish/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-auto-publish/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [anjalixyzscripts](https://wordpress.org/support/users/anjali94/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/another-fb-limit-https/#post-10241546)
 * Status: not resolved