Closed Marcosul closed 7 years ago
Hello,
Resolved: D You must use graphApiVersion 2.8 or higher.
I pasted the following in config / bootstrap.php
Configure :: write ('OAuth.providers.facebook.options.graphApiVersion', 'v2.8');
OBS: I recommend leaving the graphApiVersion version as default or in the Setup instructions.
In cases where the e-mail address already exists in the database, the user will receive an e-mail and will be asked to validate the social account in the application. Well, in tests I did for account creation for user with and without email in the database, and in no case was sent email. That's right?
Thanks!
Hi @Marcosul For Social Networks where email is already validated (like Google and FB) the plugin does not send email because it assumes if you authenticated using FB you are the actual owner of the email returned.
Hello,
Resolved: D You must use graphApiVersion 2.8 or higher.
I pasted the following in config / bootstrap.php
Configure :: write ('OAuth.providers.facebook.options.graphApiVersion', 'v2.8');
OBS: I recommend leaving the graphApiVersion version as default or in the Setup instructions.
- ONE QUESTION:
In cases where the e-mail address already exists in the database, the user will receive an e-mail and will be asked to validate the social account in the application. Well, in tests I did for account creation for user with and without email in the database, and in no case was sent email. That's right?
Thanks!
Hi, I have your error too: "You are not authorized to access that location." message when i Click to the Facebook login button. My CakeDC version have already the 2.8 graphApiVersion by default. Have you got any other suggestion to make it work?
Hello,
I installed the CakeDC Users Plugin and it works fine except for the Facebook login. Clicking the login button returns a non-permission message. "You are not authorized to access that location."
I've done a lot of tests, without success. I noticed that by clicking on the Facebook login button, the action does not go through config/pemissions.php.
I need some help, please.
Below, my configuration files and print the screens.
Thank you so much. Marco
========================
::::: Config/bootstrap.php
=========== ::::: config/users.php
======= :::: src/Controller/AppController.php
========== ::: src/Template/Plugin/CakeDC/Users/Users/login.ctp