Create Local Account documentation
Hi Dave,
I really enjoyed your sessions at DrupalCon SF! Thank you so much for presenting your work and for creating this module.
I am wondering, are you using the "Create Local Account" option on this site? I could not find much documentation on this feature, the only thing I have seen mentioning this area is, "Facebook user settings – Leave default settings here, unless you're an advanced user." on your drupal.org doc page: http://drupal.org/node/625792
Is there any documentation or discussion on the "Create local account: If user has authorized the app" option?
Thanks!
- Forums:

There's not as much
There's not as much documentation as there should be, ideally. :)
But it is straightforward. If checked, and yes it is on this site, each user who authorizes the app will become a local drupal user. That's how your post to this forum remains associated with you. When you visit http://www.drupalforfacebook.org/user or http://apps.facebook.com/drupalforfacebook/user, you see your local drupal account.
You can customize the details of the account before it is created bu implementing hook_fb() in your custom module.
Thanks Dave!
Thanks Dave!