dwyngard
Member
Posted 3 months ago #
By default this plugin only stores a users email, name, photo and about_me fields when requesting Facebook authentication. Does anyone else know an easy way I can store additional public fields in the database during the FB Connect? I need gender and friends(id).
I know these are two available fields I just don't know an easy way to store them using this plugin. Love the plugin otherwise!
http://wordpress.org/extend/plugins/facebook-awd/
To get the gender, you already get it in the /me.
This page show how to get fb data saved on the user account
http://facebook-awd.ahwebdev.fr/documentation/how-to-get-facebook-user-data/
it's not possible to store any additional data during authentification at the moment. The next dev phase will be to add a lot of hook every where in the plugin and add documentation.
But you can do it after, call the api, get friends, and store them in a user meta.
http://facebook-awd.ahwebdev.fr/documentation/how-to-use-facebook-api/