After enabling: "Facebook friends who have authorized the current app" block.
This cant be solved by enabling "Facebook Connect" module (Here is defined that function)
It would be great if you add "Facebook Connect" as a required module for "Friend Features" Contrib module.

Thx !

Comments

phpepe’s picture

sorry..
cant -> can

vinoth.3v’s picture

Priority: Minor » Major

same fatal error here too
i am having fb_cconnect module enabled.

Dave Cohen’s picture

Assigned: Unassigned » Dave Cohen

I have a patch, just not checked in yet. you can delete the line that calls this.

Dave Cohen’s picture

Status: Active » Fixed

This fix checked in.

Index: contrib/fb_friend.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/fb/contrib/fb_friend.module,v
retrieving revision 1.12
diff -u -r1.12 fb_friend.module
--- contrib/fb_friend.module	22 Jun 2010 23:49:17 -0000	1.12
+++ contrib/fb_friend.module	23 Sep 2010 15:47:26 -0000
@@ -60,9 +60,6 @@
         }
       }
       elseif ($delta == FB_FRIEND_DELTA_INVITE_APP) {
-        // TODO: support canvas pages, in addition to connect pages.
-        fb_connect_require_feature('XFBML');
-      
         $app_url = url('<front>', array('absolute' => TRUE));
         $page_url = url($_GET['q'], array('absolute' => TRUE));
         $site_name = variable_get('site_name', t('application'));

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.