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 recently got the Facebook Login page to work as I wanted it and now I want to be able to get the user's name and email. My confusion is that most of the calls are in the Facebook/JS sccript, but the rest of my app is in PHP. Here is what I have so far:

Here I would like to make the call to get the user's name and email. How could I do that so that I could also save that stuff into my db? In PHP preferably.

Thanks, Alex

share|improve this question

1 Answer

up vote 1 down vote accepted

Facebook Graph API, how to get users email?

Similar question already posted

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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