Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP-FBConnect Plugin


2448027
Inactive

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 ?

Skip to toolbar