Local account not created with 6.x-3.x-dev

Using the latest version 6.x-3.x-dev I'm having an issue with local accounts not being created in Drupal, even with "Create Local Account" set to "If user has authorized the app".

Not sure if the 3.x branch is too bleeding edge to try, because the similar set up works just fine with the 2.x branch. I'm having some other issues with the 2.x branch, which ironically seems to be fixed in 3.x, which also is the reason for me to try it.

It seems that my apache/php with segmentation fault when Facebook issues a "POST /fb_app/event/post_authorize", which I assume is related to the reason no local account is being created.

Due to the fact that this occur when FB is posting data and the way it crashes, the devel module didn't provide any assistance.

Known issue and/or suggestion on how to find out what's failing?

There's probably an error

There's probably an error message you're not seeing. Check the drupal logs and make sure PHP is configured to report errors.

also try the project issue queue on drupal.org. Someone submitted an issue similar to this not long ago.

Hmm

I know I wrote a follow up on this, but some cyberspace monster must have eaten it.

After some more pondering I suddenly realised that what I saw was a side effect of the api-read.facebook.com error/timeout. Changing the framework to use api.facebook.com took care of the error.

Hopefully this helps someone else in the future with similar problem.

just a note on the timeout, I

just a note on the timeout, I ran into this issue a few times, and kept wondering why is this timeing out... server was good , dns was good, traceroute.. it turned out that I had a few of the fb blocks enabled, as well as dev.. when these where all enabled i would get a time-out, when I disabled all the extra blocks it would work.. :(