This is the URL in the redirect Window:
https://login.live.com/err.srf?lc=1033#error=invalid_request&error_description=The+provided+value+for+the+input+parameter+'redirect_uri'+is+not+valid.+The+expected+value+is+'https://login.live.com/oaut…
Hi Poofy,
All your work happens in the function that Fred highlighted 'oa_social_login_request_email'. It has two sections. The first section handles storing the data in the database. You need to put your code under wp_update_user.
The seco…
thanks Fred and Poofy for the help. I managed somehow to make the changes, however is there a clean way to do the same in functions.php under my child theme, or is the only way is to modify the plugin php file?
Hi Fred,
Thanks for your timely reply here. I had tried the code above, but it did not fix my problem. I believe oneall social login does not use loginredirect , registerredirect hooks?!
PS. I have tried from both the registration form and lo…