Re: BP-FBConnect Plugin
i see this bit of code to insert the usernames into bp ..
‘user_pass’ => wp_generate_password(),
‘user_login’ => $fbusername,
‘display_name’ => fbc_get_displayname($userinfo),
‘user_url’ => fbc_make_public_url($userinfo),
‘user_email’ => $userinfo[‘proxied_email’]
if we add the correct variables to that wont we be able to draw out other fb profile data into bo as well ?