Closed Fanvaron closed 4 years ago
YAWIK authenticates against a XING app. Afaik XING does not support apps any more. At least it's not possible to add apps at https://dev.xing.com.
Authentication in our Demo is currevtly working, because it uses a Xing app.
The YAWIK auth module has propably modified to support XING plugins.
See: https://github.com/FabianBeiner/HybridAuth-XING
I think this means, that HybridAuth cannot be used with XING any more.
Hello, I tried implementing the HybridAuth options. I configured both LinkedIn and Xing. And while LinkedIn works without problem Xing does not.
When I click the Button I get the following Messages Logged.
I triple checked the right key and secret (The fact that Xing is
key
and every thing else isid
was a little disorienting as well) But to be specific, I did:autoload/module.auth.local.php
'enableLogins' => ['xing', 'linkedin'],
I did so 5 days ago (and just now again to make sure I did it right).
Does anyone know what the two extra errors mean? Also is there a way for me to see the actual call to Xing, to see if the right key etc. even gets there?
Sincerely Marvin