colyseus / colyseus-examples

Examples for learning how Colyseus works
https://examples.colyseus.dev/
MIT License
177 stars 90 forks source link

Facebook API refuses OAuth when called from HTTP #9

Closed RandyStevens closed 5 years ago

RandyStevens commented 5 years ago

Description

chrome console gives this error

The method FB.login will soon stop working when called from http pages. Please update your site to use https for Facebook Login. https://developers.facebook.com/blog/post/2018/06/08/enforce-https-facebook-login/
NOOMA-42 commented 5 years ago

Hi I wonder why this issue was closed. It seems not solved yet? :D

endel commented 5 years ago

Hi @NOOMA-42, since October 2018, Facebook is requiring any app to use https: https://developers.facebook.com/docs/facebook-login/security#https

Using plain http is not an option. Cheers.