Dear Users and Administrators,
Thank you for releasing your product under the Wordpress Architecture.
I would like to know how to "extend our database" (mysql) in order to capture our users facebook profile information to provide a more personalized experience.
Is there a tutorial or a list of instructions on how to do this easily?
I look forward to hearing from you.
Thanks in advance!
Please sign in to your OneAll account to ask a new question or to contribute to the discussions.
Please click on the link below to connect to the forum with your OneAll account.
Answers
Hello,
please have a look here:
http://docs.oneall.com/plugins/guide/social-login-wordpress/#3a
You basically just use calls like this to store the data in your database:
update_user_meta ($user_data->ID, 'gender', $identity->gender);
Regards,