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
- these users were titled ########@facebook
.. only one caveat
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.
- Forums:

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!