How can I get additional user info from FB to my website
Hello,
I was able to make the Facebook's login window to collect user data like birthday, location, and home town. My problem is when the user successfully logs in using FB connect, only the email address gets stored on Drupal's users table.
Is there a way to get those extra data into our database? Please point me to a documentation if there is any.
Thanks a lot!
Ryan
P.S. I am using Drupal for facebook 6.x-3.x-dev which works great with Domain Access!
- Forums:

I've just started to document
I've just started to document how to do this. Assuming you are using Drupal's profile module.
See http://drupal.org/node/1379488
So I was digging and found
So I was digging and found
fb_api($fbu,$access_token )
my problem now is on which hook shall i call this on ? right after the user approves the app and logs in? what is an access_token ?
If I use fb_api() , it just gives me very basic info but i'd like to collect more data like the user's location. (bday and gender is already available )