criso / fbgraph

NodeJs module to access the facebook graph api
http://criso.github.io/fbgraph/
1.09k stars 177 forks source link

Made login urls protocol agnostic #107

Closed Ataye closed 7 years ago

Ataye commented 7 years ago

I faced an issue where auth wasn't being redirect from server and the login dialog was being blocked, resulting in a white canvas page on Safari and Chrome. Site is running https but redirecting to http was causing the request to block.

criso commented 7 years ago

Thanks! I went ahead and change all to https