Same probleme here, even if user allow sharing their FB email address, the WP field Email in the users list still empty (the same plugin for Twitter and Google get the user’s email address…)
I have the same issue. This needs to be fixed!
No reply from the author what so ever???
Hey all
Try this plugin instead, its much better
https://ww.wp.xz.cn/plugins/facebookall/
The same here. And the name field not updated as well. Is this working for you?
It should be noted that if users are registered to Facebook under their cell phone number, then it will register the user without an email address obviously.
You could create a simple prompt if the user doesn’t have his email and ask them to update their profile.
It would be great if this plug-in would permit us a little latitude in specifying the permissions we want. As in being able to specify what properties off of the open graph we want from the user
Nextend Twitter Connect ask for a valid user email addresse after connecting to the Twitter account, Nextend Facebook Connect should do exactly the same and the problem is solved. Also it would be more easy to have the Facebook application rewieved and approved as it get nothing but the authorisation to connect.
I have switched to another plugin to connect with Facebook.
It seems the issue on Facebook plugin API, just change line 148 to
$user_profile = $facebook->api('/me?fields=email,first_name,last_name,name');
More info, I write that solution here:
http://backlinkmanager.net/tutorial/bug-fixing/solved-nextend-facebook-connect-doesnt-fill-up-email-and-name/
Thank you very much, backlinkmanager! It’s works fine on my website…