Re: [ADDON] Social Login and Register
Reply #30 –
I believe so. They changed their api to require it.
Re: [ADDON] Social Login and Register
Reply #33 –
I'm taking a look now to see if anything has changed .... Unfortunately I have no longer have a facebook account to test with.
There should be a hybridauth directory under your sources/ext path, if not something did not install correctly.
Re: [ADDON] Social Login and Register
Reply #36 –
Well that one sounds like my bug, drat !!!
Yeah I knew they finally released HBA 3.0 stable, I just did not want to do that migration yet. 2.x really does everything needed.
Re: [ADDON] Social Login and Register
Reply #40 –
OK one more time.
I believe the error handling to be fixed
I also found that the help text / icon in the settings page was not displaying so that was also fixed. The helptext is where it tells you the proper endpoint to set for the various providers.
Lastly one optional item that a provider may supply (the information you get back from the various social networks varies and I tried to keep the requested set of permissions to an absolute minimum) is stored in a different location in 1.1, so that should also be fixed.
Attached is a new version of the addon, uninstall your old version and try this one instead. Report back the new errors!
Re: [ADDON] Social Login and Register
Reply #42 –
Cool !
Well that is a bit of a glitch, I had not considered that ... I'll have to take a look at the code and see if there is a suitable hook or other way I can let the system know that the user may not have a "site" password when they only used the social login function. Kind of interesting issue really.