Fan Gate

Hello,

I just took the tour and was wondering if it is possible to set up a fan gate with Drupal for Facebook.

Im currently planning a little community system on Drupal basis. This system should also be integrated in Facebook as a tab and probably also as canvas app. Certain items should only be available to fans of the app and/or the fanpage of the tab.

I haven't seen any fan gating features in the tour. Can this still be done anyhow with this module or do I need anything else?

Thanks for any help!

Best regards,
Tanja

fb_tab.module now has some

fb_tab.module now has some support for this. You configure it with different drupal paths if a user likes the page or not. It's similar to the way a front page is configured in core drupal.

It is very flexible

Sure you can do with Drupal for Facebook anything you can do with the facebook platform. Including page tabs with customized content.

However you should take care to adhere to facebook's platform policy in whatever you do.

I would like to hear about

I would like to hear about this to.
If fan gating isn't part of this module, can somebody give us some general directions (like where to hook) that will help to build addition to this module?
Thanks,
Vladimir

Well, you hook it in a

Well, you hook it in a hook_init() implementation to do gating with the standard FB PHP SDK snippet.