Home › Forums › WoodMart support forum › Facebook Login
Facebook Login
- This topic has 25 replies, 3 voices, and was last updated 6 years, 11 months ago by
Artem Temos.
-
AuthorPosts
-
August 8, 2018 at 6:08 pm #71803
ckluong3ParticipantHi, I am following the tutorial(https://xtemos.com/docs/woodmart/faq-guides/configure-facebook-login/) and try to setup the facebook login. But not sure why the facebook login button does not show up in my website, attached is the fb page’s setting snapshot, could you help to check did I missed anything?
And, is this the correct Valid OAuth Redirect URIs for my website?
https://www.coronacraft.com/my-account/Thanks for your attention.
Attachments:
You must be logged in to view attached files.August 8, 2018 at 6:15 pm #71805
ckluong3ParticipantFyi, I have added the Facebook App ID and App Secret in ThemeSettings as well.
Attachments:
You must be logged in to view attached files.August 8, 2018 at 7:07 pm #71813
Artem TemosKeymasterHi,
Please, provide us your admin access so we can login and check this on your side.
Thank you in advance.
August 9, 2018 at 3:42 am #71849
ckluong3ParticipantHi, thanks for your help.
August 9, 2018 at 4:36 am #71850
ckluong3ParticipantHi, the facebook login button is showing now. But when I choose facebook login, the page jumped to My Account page and nothing happen.
Please advise. Thanks
August 9, 2018 at 6:24 am #71859
Artem TemosKeymasterTry to add the following PHP code snippet to the child theme functions.php file
add_filter( 'woodmart_alt_auth_method', '__return_true' );
August 9, 2018 at 8:52 am #71902
ckluong3ParticipantHi, Added the code in the functions.php, but still not working. Please advise.
Thanks.Attachments:
You must be logged in to view attached files.August 9, 2018 at 9:06 am #71907
Artem TemosKeymasterSend us your FTP access please. We shall check it.
August 9, 2018 at 9:20 am #71910
ckluong3ParticipantHi, here is the details.
Thanks for your help.August 9, 2018 at 10:05 am #71920
Artem TemosKeymasterTry to use this URL in Facebook APP settings
https://www.coronacraft.com/my-account/facebook/int_callback
August 9, 2018 at 10:37 am #71927
ckluong3ParticipantHi, tried it, still not working. Is this working on your side?
Please advise, thanks.Attachments:
You must be logged in to view attached files.August 9, 2018 at 11:28 am #71933
Artem TemosKeymasterHi,
The problem seems to be caused by your hosting server. Facebook redirects you to the page sending some serialized data via GET parameter in the URL. The problem that your server can’t parse it and it has some limitation on the number of characters in this parameter. Try to contact your hosting providers to increase it in two or three times.
Regards
August 10, 2018 at 2:11 am #72051
ckluong3ParticipantHi, Thanks for your help.
My hosting provider had proceed to increase the hosting max input vars. But still can’t login through facebook.
Please advise, thanks.
August 10, 2018 at 9:52 am #72119
Eric WatsonParticipantHi,
Try to increase this parameter http://httpd.apache.org/docs/2.2/mod/core.html#limitrequestline
Regards
August 13, 2018 at 7:06 am #72412
ckluong3ParticipantHi, the value of this parameter has set to max 8190, but the facebook login still can’t perform.
Please advise, thanks.
August 13, 2018 at 8:10 am #72423
Artem TemosKeymasterSorry, increase this parameter in four times as well http://prntscr.com/khxgsp
August 14, 2018 at 2:23 am #72516
ckluong3ParticipantHi, thanks for your help.
The Facebook login is now working. May I know when there is a new sign up to my website, where can I find all the client sign up details?
Thanks for your attention.
August 14, 2018 at 6:13 am #72523
Artem TemosKeymasterSorry, what do you mean? What sign up details are you looking for?
August 14, 2018 at 6:57 am #72540
ckluong3ParticipantHi, I mean when someone sign up an account through the website, where is the place which store all the customer’s information (username, password, delivery address, email adress and etc). Is it in the wordpress admin?
Thanks for your help.
August 14, 2018 at 6:58 am #72542
Artem TemosKeymasterHi,
You can check this information in Dashboard -> Users. Our theme doesn’t influence this data management.
Regards
August 14, 2018 at 7:23 am #72546
ckluong3ParticipantHi, thanks for quick help.
May I know is there a way I could export all the users information at once?
If no, would you have any recommend plugin which have this export function?
Thanks for your attention.August 14, 2018 at 8:27 am #72557
Artem TemosKeymasterHi,
Try to use Dashboard -> Tools -> Export Personal Data. It is the only one way to export this data in WordPress.
Regards
August 14, 2018 at 4:20 pm #72641
ckluong3ParticipantHi, Thanks for your help.
After I login to the website through facebook login function, when I go My Account > Orders, and click on the “GO SHOP” link, it will bring me to the “Shop” page, but the account will auto log out.
Please advise, thanks.
Attachments:
You must be logged in to view attached files.August 14, 2018 at 6:31 pm #72664
Artem TemosKeymasterCould you please check how it works when you login with username and password?
August 15, 2018 at 1:12 am #72697
ckluong3ParticipantHi, I registered a new account with username and password, the problem is the same.
Thanks for your attention.August 15, 2018 at 6:20 am #72709
Artem TemosKeymasterIt means that this problem is not related to our facebook login. Probably, you have some issue with installed plugins. Maybe there is some cache plugin that breaks this functionality.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register