Title: http doesn&#8217;t support with your pluging
Last modified: May 27, 2018

---

# http doesn’t support with your pluging

 *  [aldoctorcenter](https://wordpress.org/support/users/aldoctorcenter/)
 * (@aldoctorcenter)
 * [8 years ago](https://wordpress.org/support/topic/http-doesnt-support-with-your-pluging/)
 * Hello
    thanks for your good work When i click on authorize button i get this 
   message, could you advise me please
 * `‎Insecure Login Blocked‎: ‎You can't get an access token or log in to this app
   from an insecure page. Try re-loading the page as https://‎`
 * Best regards

Viewing 1 replies (of 1 total)

 *  [anjalixyzscripts](https://wordpress.org/support/users/anjali94/)
 * (@anjali94)
 * [8 years ago](https://wordpress.org/support/topic/http-doesnt-support-with-your-pluging/#post-10330327)
 * Hello [@aldoctorcenter](https://wordpress.org/support/users/aldoctorcenter/),
 * As per [Facebook login security ](https://developers.facebook.com/docs/facebook-login/security#https)
   All new apps created as of March 2018 have this(Enforce HTTPS) setting on by 
   default So you should plan to migrate your site to https.
 * If you have any old Facebook app,which allow to set the Enforce HTTPS to No ,
   set it to no and try again.
    or add or uncomment
 * if(is_ssl()===false)
    $redirecturl=preg_replace(“/^http:/i”, “https:”, $redirecturl);
   after the 5th line in authorization.php file, and when the facebook app redirect
   the site with https url of your site,remove the s from https and reload the url
   without modifying the other parameters in the url.(not recommended solution) 
   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. (Chrome has recently announced that 
   they will mark all HTTP sites as insecure soon, from version 68 on, that will
   be released in July 2018. So you’re gonna have to go HTTPS rather sooner than
   later anyway.) [LetsEncrypt](http://letsencrypt.org) is a free, automated, and
   open Certificate Authority that enable HTTPS on your website. However there are
   certain deprecations and changes in Facebook,which require app review for the
   app to work with the existing plugin code, so we are working on it. Hope it helps.
   Thank you

Viewing 1 replies (of 1 total)

The topic ‘http doesn’t support with your pluging’ 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/)

## Tags

 * [HTTP](https://wordpress.org/support/topic-tag/http/)

 * 1 reply
 * 2 participants
 * Last reply from: [anjalixyzscripts](https://wordpress.org/support/users/anjali94/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/http-doesnt-support-with-your-pluging/#post-10330327)
 * Status: not resolved