backdrop-contrib / hybridauth

Use the HybridAuth library to allow logins through various third party systems.
GNU General Public License v2.0
0 stars 1 forks source link

Facebook integration #8

Open laryn opened 4 years ago

laryn commented 4 years ago

I've tested this and got the basics working. One issue is that the Facebook SDK needs to be added separately. If we are able, I'll bundle it directly. (I'm asking about whether their license is compatible).

Otherwise users will need to download the SDK and manually upload into the modules/hybridauth/library/hybridauth/Hybrid/thirdparty/ directory, so that the following file exists at this path:

modules/hybridauth/library/hybridauth/Hybrid/thirdparty/Facebook/autoload.php

laryn commented 3 years ago

This instruction may be outdated with the HA library being updated to 3.x. I have not tested Facebook yet on the newer version.