FB Connect - where is new logged in user data?
Hi
I read the README.txt from start to finish... and everything else too... honest! But I still have a problem I'd really appreciate help with please.
I think I have Facebook Connect working properly. Connect button showing on website. When a new user clicks the button it brings up the right FB screen asking for access - when 'allowed' a picture of logged in person show in the box.
But I don't know where to find any of the information on the new user. They are not listed as a user... so I guess I haven't got Facebook Connect stuff working correctly!
The site is live but in development www.dt-sunset.com - Please don't laugh at my efforts, I'm relatively new to Drupal and a complete FB virgin. Also, the the biggest hurdle to overcome - I'm blonde!
What information would be helpful to share?
Thanks a million
Pam
- Forums:

A little knowledge about
A little knowledge about Drupal, not specific to facebook, will help you out. As you get to know it better this will make more sense.
Drupal provides a users table, Drupal for Facebook does not touch that unless you enable fb_user.module and configure it to create local accounts when someone connects. That module also creates the fb_user table which maps Drupal ids to Facebook ids. But it doesn't try to save anything beyond id, name and email (depending on configuration).