Bringing CMS power to Facebook apps and social networking to Drupal websites.

What's this?

You're browsing a live example of Drupal for Facebook, a free and open-source platform.

take the tour

F8 First Impressions

Facebook's developer conference was today, and I've blogged my thoughts about their announcements. Rather than duplicate that here, I'll just give you the link:
http://www.dave-cohen.com/node/3628

Slides from DrupalCon Presentation

I gave a talk at DrupalCon today. It went great!

I expect DrupalCon will make a video available. I will post here as soon as I know a URL.

In the meantime, here is a copy of the slides I used.

Thanks to everyone who showed up!

Upgrade guide

Developers,

When upgrading to Beta 11, be sure to read the upgrade guide.

Follow those steps for all future upgrades!

Beta 11 change the url rewriting rules. This should make the code simpler and perform better. Especially for sites that support facebook connect only, and not canvas pages.

Advertisements

Yesterday, someone asked me, "can a facebook application have it's own advertisements?" That is, if you develop canvas pages, can you show your own adds, independent of the adds which facebook puts in the big sidebar on the right?

The answer of course is yes. And I'd been meaning to show this for a while. Today I finally got around to it.

That's why when you browse these forums, you'll see small ads between a posts and it's comments. It's both a demonstration, and who knows maybe it will generate some money to support Drupal for Facebook.

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.

Problems submitting content or comments?

drupalforfacebook.org has been overrun with spam recently. Because I was on vacation, I didn't catch it as it was happening. And man, a lot of spam content a comments were posted to this server.

Drupal for Facebook needs a new name!

I named this project "Drupal for Facebook" imagining an install profile or distribution of Drupal with all the extras needed to host a Facebook Application. While I like the name, it has two problems, namely the two trademarked terms "Drupal" and "Facebook".

The owner of the Drupal trademark (Dries) is reasonable. He understands that non-profit projects will use the term and generally Drupal is better off for it. The pit bulls in Facebook's legal department... let's just say they don't see things the same way. They are hassling me about the name. Rather than fight the power, I'm going to rename the project. But to what, I don't know.

Upgraded to Drupal 6.x

Maybe you're thinking, "what took you so long?" At long last this site is upgraded to Drupal 6.x. We're running a recent version of Acquia Drupal, with the Drupal for Facebook modules installed.

Wouldn't surprise me if the upgrade has broken or changed things unexpectedly. So let me know if you encounter any problems.

Fundraising and Development Plans

I just wrote up some goals for the Drupal for Facebook project. Rather than duplicate the information here, please see the original blog post.

I'm asking for help, both financial and otherwise. Please contribute if you can. This will speed development along, and the community will shower you with love and affection.

Changes to hook_fb

My most recent check-in changes the hook_fb API. I have a feeling not many users are implementing their own hook_fb, so I don't expect this to inconvenience anyone.

If you are, the new parameters are:

hook_fb($op, $data, &$return)

$op will tell your hook what is expected of it. See fb.module for the list of ops.

$data is an array containins a variety of things, depending on the $op. Most importantly, $data['fb_app'] and $data[$fb] will be set when these are known.

$return is a data structure which your app can set, for those ops which expect a returned value.

Syndicate content