Drupal for Facebook Development

HOWTO, feature suggestions, and technical contributions.

Backport to D5 of Drupal for FBPlatform

I'd love to get a very complex set of multisites with shared databases, domains etc running through Aegir into FB using this module. Given that upgrading the sites is not easy as the tables are horribly intertwined, wanted to check if there was anyone out there who would do this for a bounty. Pls PM me.

Thanks
Srini

Handling Facebook groups

Do you know if there's a way for this module to get information about FB groups? For example, if I'm an admin for a D4FB_Fans group on FB, can I get my new Drupal D4FB_Fans app to retrieve a list of all D4FB group members? And then, could the D4FB_Fans app message all the D4FB_Fans members with announcements? Or, invite them to join the new D4FB_Fans app?

Thanks!
Yu-Han

Language problem

When I want to connect to facebook on my site, a connection box appears. The header and footer regions are translated to dutch. But the middle part, where you see two boxes with arrows, isn't translated. Everything is in English. Where can this be changed?

Thanks again

Connection problems

I installed the drupal for facebook on our testing platform. But I get this weird errors: webpage not available. In google chrome I see there is a connection error (Error 101 (net::ERR_CONNECTION_RESET): Unknown error.). Sometimes connection cannot be established to my test site (http://test.site/fb_connect/nid/...). So the webpage unavailable message appears in the connect box when clicking "connect".

I suppose these are problems due to the test server as it works on my local dev site... But any suggestions in what direction I'll have to search?

Thanks

facebook connect button on custom form

I have a custom form to log in. I would like to put the button on that form.
I tried this code, but it does only displays in text "connect with facebook" without an image and it is not clickable.

$form['fb_connect_button'] = array(
'#type' => 'markup',
'#value' => 'Connect with Facebook',
'#prefix' => '',
'#suffix' => '',
);

Can someone hel p me to properly display the button on that form?

Thanks !

Dave Cohen's picture

Drupal for Facebook Beta

I've put a beta tag on Drupal for Facebook. This indicates:

  • We're close to an official release. Code still needs some cleanup and possibly bug fixes. And more documentation always helps.
  • We're feature complete.I'll check bug fixes into the beta branch, but not new features.

Looking for some direction

I first wanted to request some assistance with this issue appearing on the facebook side of my site http://screencast.com/t/YzNlZmVhMj

InConsistent performance of Drupal-Facebook module

Hi All,

I need to use Drupal-facebook module to show my entire application in facebook in an Iframe approach

But some time it behaves inconsistent as when ever try to delete cookies & history of browser first time login with facebook login that Drupal node page directly comes out instead of iframe within facebook (though profile exchange happens within it)

also some time waring comes out that duplicate entry try to enter(as i have logged in same facebook user)

Please advise me regard this

Regards,
Nilanjan

Is this module bug free?

Just wanted to know if this module was stable .

Facebook API exception

Hi Dave,

I am creating an application using DFF module.
I am getting problem with fb_feed API and not clearly understand the fb_feed API. I want to write one line story on the facebook user's wall when user submit a form. I created a form in a new module and added a trigger and associated action which triggered when user submit that form. Now I am trying to add logic in the action same as in the 'fb_feed_action_publish' function in the fb_feed.module to send a story feed.

Syndicate content