andacata / HybridIgniter

HybridAuth - CodeIgniter integration
139 stars 82 forks source link

Facebook authorization not working #6

Closed niilarbie closed 11 years ago

niilarbie commented 12 years ago

The twitter authentication works fine but i get a user User has cancelled the authentication or the provider refused the connection when i try authorizing with facebook. When i directed to facebook from the site, it reads in the url that user has denied the application even before i enter my facebook details. This then return an empty user id to the application.

mamprogr commented 12 years ago

Try this fork: https://github.com/mamprogr/HybridIgniter/

This updated for: HybridAuth 2.1.0 CodeIgniter 2.1.2

andacata commented 11 years ago

Sorry for the delay. It's working with the mamprogr fork? His fork is now merged into this one.

dovy commented 11 years ago

Not working again after authentication has occurred. Working on a resolution. Seems to be in HybridAuth.

emersoncoder commented 11 years ago

An Error Was Encountered

Error authenticating user.

Facebook authorization still not working

andacata commented 11 years ago

Have you tried your configuration with a clean installation of HybridAuth (without CodeIgniter) ?

ivansabik commented 11 years ago

Try updating Facebook SDK on Hybridauth's thirdparty folder: https://github.com/hybridauth/hybridauth/pull/41

andacata commented 11 years ago

The problem has gone with the latest version?