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