Needs review
Project:
Facebook Connect
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2010 at 22:23 UTC
Updated:
9 Jun 2015 at 12:02 UTC
Jump to comment: Most recent
What the phpbbforum module does is when a user creates an account on my drupal site it also creates an account for the user on the phpbb forum with the information that was used for the drupal account. My question is there a way when users connect (I am using fast registration mode and disabled account linking btw) via facebook to my site, they are given the option to enter their email instead of using the proxy email facebook supplies? Or retrieve the actual email address from facebook and use that? I ask because when users sign up via fbconnect on my site it fails because the proxy email is too long for phpbb to register.
Comments
Comment #1
ricecooker commentedComment #2
vectoroc commentedafaik Facebook does not provide users email
Comment #3
vectoroc commentedIm wrong. Facebook does.
Try http://github.com/vectoroc/fbconnect/commit/1faa84a430a66848f356a4a3dd1a...
Comment #4
WildBill commentedIt was my understanding that storing the user's direct email address is a violation of Facebook's ToS. Am I wrong?
Comment #5
majdi commentedI test #3 not working , any solution ?
Comment #6
ricecooker commentedyeah i tried 3 also and it gives an error saying the user need to enter a email address.
Comment #7
vectoroc commented@WildBill : http://developers.facebook.com/policy/ are you wrong ?
Comment #8
shaundychkoImporting users email from Facebook does not seem to be a problem.
Quoted from http://developers.facebook.com/policy/
"Users give you their basic account information when they connect with your application. "
then drilling down to what is meant by "basic account information":
"By “basic account information” we mean: user ID, name, email, gender, birthday, current city, profile picture URL, and the user IDs of the user’s friends who have also connected with your application."
Wow, we can use all sorts of fun information! :)