Home › Forums › WoodMart support forum › Facebook login problem Facebook login problem This topic has 4 replies, 2 voices, and was last updated 4 years, 5 months ago by Artem Temos. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts May 13, 2020 at 9:33 am #194583 abbyrockasParticipant Hello, I have FB app with FB login and I think I have setup it correctly. Double checked that I have copied the correct app id and app secret. But still can’t login with FB. Attaching some screens of the app settings. Attachments:You must be logged in to view attached files. May 13, 2020 at 12:34 pm #194641 abbyrockasParticipant By the way, it uses v7.0 graph api and I can’t change it to lower version. Maybe this is the issue? May 13, 2020 at 2:10 pm #194665 Artem TemosKeymaster Hello, Try to add the following PHP code snippet to the child theme functions.php file add_filter( 'woodmart_alt_auth_method', '__return_true' ); Regards May 14, 2020 at 5:51 am #194810 abbyrockasParticipant That works, will it handle the google login also? May 14, 2020 at 6:15 am #194824 Artem TemosKeymaster Yes, it should work for Google login as well. Author Posts Tagged: Facebook login Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to create new topics. Login / Register