Use HTTPS, instead of HTTP, as an internet protocol, because it uses encryption. HTTPS keeps transmitted data private and guards against eavesdropping attacks. It also prevents data from being tampered with during transmission by, for example, introducing advertisements or malicious code.
On October 6, 2018, all apps will be required to use HTTPS.
hence I propose to switch the default of secure_image_url from false to true.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When trying to download the profile image via
Facebook responds with a 500 error. Switching protocol from
http
tohttps
solves the problem.Looking into the Facebook docs: https://developers.facebook.com/docs/facebook-login/security#surfacearea we see that starting from the 6th of October 2018, using HTTPS is mandatory:
hence I propose to switch the default of
secure_image_url
fromfalse
totrue
.I can open a PR if you agree with the change.