ADmad
ADmad
Shouldn't this be a [@see](https://docs.phpdoc.org/latest/guide/references/phpdoc/tags/see.html#see) tag instead of `@link`?
Yeah Google gets cranky if the callback URL isn't exactly the same as the one configured for it's Oauth2 service access. We would need to remove the appending of querystring...
If twitter and facebook providers are behaving differently when canceling login then the problem is with the hybridauth lib not this plugin.
The problem most likely lies [here](https://github.com/hybridauth/hybridauth/blob/v2/hybridauth/Hybrid/Providers/Facebook.php#L112). In earlier version (most likely 2.7) when I had developed the plugin this exception was thrown with error code `5`. The plugin checks and...
> But, upon FB auth confirmation one can de-select the email, providing basically no data then back to the application. That's effing stupid of FB. What's the point of having...
@urionlinejudge The `IncompleteProfileException` shown in example code above is a custom exception. Have you actually created that exception class and added "use" statement for it? If not just use `\RuntimeException()`...
@urionlinejudge If you are using cake 3.4 you can try my new plugin https://github.com/ADmad/cakephp-social-auth It's still not battle tested but you can help doing so :)
> What if we've replaced the magic __toString method with a regular toString method, would make the usage nicer. :-1: You lose the ability to cast the object to a...
PHP 8.1 RC1 is out and here we are still waiting for a release for PHP 7.2+ with types :slightly_smiling_face:.
