Publishing to Facebook Wall
I have read the entire README.txt from start to finish.
I am using the 6.x-3.x-dev version of DFF (2 Oct release) with the 3.1.1 Facebook PHP SDK.
I have Facebook Connect set up and I'm trying to get my site to post to Facebook when users create nodes and comments. I have created a custom module using the code in fb_example.module. I also have Extended Permissions enabled with publish_stream being requested and granted by my test user.
The checkbox renders fine, and the node is created, but no popup appears to post to my test user's Facebook Wall. When I try Graeme's tutorial (http://www.drupalforfacebook.org/node/2533) to use a different approach, I get a "Call to undefined method Facebook::getSession()..." error which seems to be related to the fact that the 3.1.1 Facebook PHP SDK does not use getSession()?
Any help getting publishing to the Facebook Wall up and running will be much appreciated!
Kindest regards,
Henno
- Forums:

I don't think this has to do
I don't think this has to do with HTTPS (which is important for canvas pages, not facebook connect).
The getSession error tells me that you've updated your facebook php sdk, but not modules/fb. Make sure you've properly updated all the modules/fb files to their latest version.
HTTPS
It seems like my Drupal site was never running HTTPS, which probably means that everything I had set up was running "correctly", but that it was the HTTPS issue that was disabling the Facebook app from publishing to the user's wall.
Will report back as soon as HTTPS is setup for my domain and I've tested.