WP-FacebookConnect connect with wordpress account
-
I see that the plugin creates a new user, but is there a way to connect with a current user already logged in? It is being used with Theme my login, and works well, but it does not check to see if there is an existing user in the database. I have converted the user login names to their real names, and the email to show up as their fb email.
When I change line 204.
‘user_email’ => $fbusername.’@wp-fbconnect.fake’,
to a custom variable such as
‘user_email’ => $fbemail,
where $fbemail is something like [email protected], nothing shows up.
When I change it to something like‘user_email’ => $fbemail.’@wp-fbconnect.fake’,
it shows up as [email protected]@wp-fconnect,fake
Any ideas why this would happen?
- The topic ‘WP-FacebookConnect connect with wordpress account’ is closed to new replies.