• Can this app support more fields for mapping to BuddyPress (ie. current city, state, country)?

    Is it just a matter of changing the fields array?

    var $fields = array(
    		'id' => '',
    		'email' =>'',
    		'first_name' =>'',
    		'gender' =>'',
    		'last_name' =>'',
    		'link' =>'',
    		'locale' =>'',
    		'name' =>'',
    		'timezome' =>'',
    		'updated_time' =>'',
    		'verified' => '',
    		);

    Also, I’d like the user name to be more than just the first name (.ie john_doe instead of just @john). How could I do that?

    Thank you for your work on this.

    https://wordpress.org/plugins/bp-social-connect/

Viewing 1 replies (of 1 total)
  • Plugin Author wpthemes

    (@wpthemes)

    Possible, but then you’ll need facebook App to go under review. Under the given fields, it does not require any review…

Viewing 1 replies (of 1 total)
  • The topic ‘Field mapping and username’ is closed to new replies.