andacata/HybridIgniter

facebook login not working anymore.

Opened this issue · 7 comments

Facebook Login stops working few days ago and gives following error.
User has cancelled the authentication or the provider refused the connection.

@webgeek94 this happened to me too. You need to update the HybridAuth library version as this repository uses an old one. I installed the latest release (2.9.5) using composer, but you could just replace the third_party/hybridauth directory, and then update the following lines:

HybridAuthLib.php:
use Hybridauth\Hybridauth; replacing the require statement on line 3.

controllers/hauth.php:
Hybrid_Endpoint::process(); replacing the require statement on line 95.

Brother my issue did not get solved. If you have working code please send me code through email (muhammad.ali0094@icloud.com) , it will be helpful for me. Tx

Thanks

@bombtrack-nz
You could share the update you made friend I'm not a programmer and I have the same problem

Hi guys, pls check it out
https://github.com/ApacheEx/CodeIgniter-HybridAuth

it's HA (latest stable) integration for CodeIgniter 3.x

Now facebook can not work properly give this error

Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings.