• fb_app id (1) does not equal fb settings id (NNN). This is usually caused by the wrong callback url on your facebook application settings form.
  • Drupal for Facebook is unable to override the theme settings. This is usually because some module causes theme_init() to be invoked before fb_init(). See the README.txt.

Facebook feed API

Dave Cohen's picture

The new facebook profile comes with an updated API for writing feed messages. As of now, this site is using that new API. So please let me know if you see anything looking wrong, or error messages.

The new API includes templates for one-line, short, and longer feed messages. So after you post a topic to these forums you'll see a link to the topic written to your feed. And you can choose the longer feed format to include the teaser of your post right on your facebook wall.

To use the new API with your own app. Update to the latest Drupal for Facebook (CVS HEAD). Be sure to read the README.txt as you'll have to do some additional configuration for the newest modules.

fb_feed_show_dialog

Please provide an example on how to use this.