Warning: Table './dff_live/watchdog' is marked as crashed and should be repaired query: INSERT INTO watchdog (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (0, 'php', '%message in %file on line %line.', 'a:4:{s:6:\"%error\";s:7:\"warning\";s:8:\"%message\";s:40:\"Creating default object from empty value\";s:5:\"%file\";s:63:\"/srv/drupalforfacebook.org/profiles/custom/modules/fb/fb.module\";s:5:\"%line\";i:1079;}', 3, '', 'http://www.drupalforfacebook.org/fb_cb/NNN/node/2268', '', '67.202.9.192', 1371659491) in /srv/drupalforfacebook.org/includes/database.mysqli.inc on line 134 Call Stack: 0.0009 129256 1. {main}() /srv/drupalforfacebook.org/index.php:0 0.4358 7191480 2. theme() /srv/drupalforfacebook.org/index.php:35 0.4359 7198208 3. call_user_func_array() /srv/drupalforfacebook.org/includes/theme.inc:709 0.4359 7198428 4. template_preprocess_page() /srv/drupalforfacebook.org/includes/theme.inc:709 0.4723 7343592 5. theme() /srv/drupalforfacebook.org/includes/theme.inc:1835 0.4723 7343912 6. call_user_func_array() /srv/drupalforfacebook.org/includes/theme.inc:668 0.4723 7344088 7. theme_blocks() /srv/drupalforfacebook.org/includes/theme.inc:668 0.4723 7344116 8. block_list() /srv/drupalforfacebook.org/includes/theme.inc:1641 0.4723 7344388 9. module_invoke() /srv/drupalforfacebook.org/modules/block/block.module:522 0.4724 7344840 10. call_user_func_array() /srv/drupalforfacebook.org/includes/module.inc:461 0.4724 7345060 11. fb_connect_block() /srv/drupalforfacebook.org/includes/module.inc:461 0.4788 7480796 12. drupal_alter() /srv/drupalforfacebook.org/profiles/custom/modules/fb/fb_connect.module:277 0.4793 7481652 13. call_user_func_array() /srv/drupalforfacebook.org/includes/common.inc:2907 0.4793 7481828 14. fb_permission_fb_required_perms_alter() /srv/drupalforfacebook.org/includes/common.inc:2907 0.4793 7481844 15. fb_get_app_data() /srv/drupalforfacebook.org/profiles/custom/modules/fb/contrib/fb_permission.module:47 0.4793 7482476 16. drupal_error_handler() /srv/drupalforfacebook.org/profiles/custom/modules/fb/contrib/fb_permission.module:1079 0.4795 7484104 17. watchdog() /srv/drupalforfacebook.org/includes/common.inc:665 0.4800 7485476 18. module_invoke() /srv/drupalforfacebook.org/includes/bootstrap.inc:965 0.4800 7486376 19. call_user_func_array() /srv/drupalforfacebook.org/includes/module.inc:461 0.4800 7486552 20. dblog_watchdog() /srv/drupalforfacebook.org/includes/module.inc:461 0.4801 7486904 21. db_query() /srv/drupalforfacebook.org/modules/dblog/dblog.module:146 0.4804 7489280 22. _db_query() /srv/drupalforfacebook.org/includes/database.mysql-common.inc:41 0.4830 7490896 23. trigger_error() /srv/drupalforfacebook.org/includes/database.mysqli.inc:134 Username ###@facebook woes |

Username ###@facebook woes

Hello, so far since I've used your integration software, I am very impressed! However, I cant seem to get rid of xxxxxx@facebook showing as my usernames. This is primarily for "Navigation" and "Author" bits ...

update
After some reading....

I found out in the issues logs what your approach is and why this subject has not been exactly published.

I was previously using the 6-2x rc3 version which gave me exact behavior i wanted:

  • facebook users became drupal users automatically with fb:connect
  • facebook users were authenticated and logged into drupal
  • since they were users locally, they could publish
  • .. only one caveat

  • these users were titled ########@facebook
  • now.. what I've noticed after some reading and switching to 6-3xdev
    facebook users who view my site, get an error thrown at them if the app is not already authorized.

    when visiting my site (http://??????/register) after having just removed the application from my app permissions on facebook:

    If I click "connect" on my site, I see my facebook connected profile info, but I am not logged into my Drupal site. Yet, there are now 8 users with ###@facebook ###@facebook_1 etc etc. Half of them have the email field pulled from facebook, the latter half do not.

update

For all to read.. in case this happened to you.. it seems that the fb_api stuff is properly initialized with -3x.

I still had a remnant line in settings.php

$conf['fb_api_file'] = 'sites/default/modules/fb/facebook-platform/php/facebook.php';

After removing this, starting with a clean database and re-using -3x module all is working just perfectly.

thanks and very very nice!