Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The method FB.api will stop working when called from http pages in X days. Please update your site to use https for Facebook Login

I'm developing an app in localhost and suddenly getting this error:

The method FB.api will stop working when called from http pages in X days. Please update your site to use https for Facebook Login.

Will I still be able to develop in localhost when the time runs out?

like image 958
Matt Avatar asked Sep 19 '18 03:09

Matt


1 Answers

As per Facebook announcement:

You will still be able to use HTTP with “localhost” addresses, but only while your app is still in development mode.

Link: https://developers.facebook.com/blog/post/2018/06/08/enforce-https-facebook-login/

like image 134
Dipen Bhikadya Avatar answered Oct 22 '22 05:10

Dipen Bhikadya