Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook and Twitter auth does not return email #166

Open
paulioceano opened this issue Nov 17, 2015 · 2 comments
Open

Facebook and Twitter auth does not return email #166

paulioceano opened this issue Nov 17, 2015 · 2 comments

Comments

@paulioceano
Copy link

Please help me, it is only returning the name and the ID for Facebook and all the user information except for the email in twitter.

I've been trying to use $result = json_decode( $fb->request( '/me?fields=id,name,email' ), true );
instead of $result = json_decode( $fb->request( '/me' ), true ); in the controller but it doesn't work!

@RydelHouse
Copy link

Same problem!

@melee1984
Copy link

Just want to share with you if maybe you haven't configure it how.

$result = json_decode( $fb->request( '/me?locale=en_US&fields=name,email' ), true );

got the result right!.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants