Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I created an application to use Facebook-Connect and marked only the email as needed user permissions. On on the preview screen it asks "Your basic info" & "email".

But, when I try to register to the application it only state that it need "Your basic info" and not asking about the email. And indeed it doesn't take the reveal the user email to the application.

share|improve this question
We need to see some code to help you. – Tommy Crush Jan 11 at 20:04
What kind of code? It's the facebook application registration form. – Guy Korland Jan 11 at 20:13
You need to pass a scope parameter to the login dialog. – Tommy Crush Jan 11 at 20:14
what do you mean? I'm using passport.js. And the same code work perfectly with another application. – Guy Korland Jan 11 at 21:36
ok, found it thanks! it was the scope indeed. – Guy Korland Jan 11 at 21:39

marked as duplicate by Igy, cpilko, Bill the Lizard Mar 25 at 12:33

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 0 down vote accepted

The issue was lack of scope.

For more details about how to do it with passportjs see: passport-facebook.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.