Hi, Thanks for the module.

When a user connects through facebook their fb display picture is displayed on the user account page.
When the user creates a node no picture is displayed. If they then upload a user picture the user picture will override their display picture on the account page, and their display picture will now show on the new node.

So how do I get their fb picture to display on nodes/comments?

Comments

Dave Cohen’s picture

In the fb_user settings, have you select "machine-friendly" or "user-friendly" names?

fb_connect module tries to override theme('user_picture') to display a facebook user picture when it can. It either can't determine the user's facebook id or your theme is not using theme('user_picture') when it should.