At the end of the year facebook depricated templates and you can no longer create them. How, then, to send content from drupal to a facebook page's wall?

Comments

JThan’s picture

Maybe by using a RSS App in Facebook?

Dave Cohen’s picture

Use fb_stream.module instead of fb_feed.module.

fb_stream does not have all the same functionality. For example it does not provide drupal actions. But, it does provide wrapper methods around facebooks newer stream api, so your custom module can call these methods when you need something written to the wall (or status update).

rsbecker’s picture

Ahh, but for those of us who are end users, not developers, and know only enough php to be dangerous, designing custom modules to do that is a bit problematic. I was looking for a way I could get something to the wall, now a way you could do it.

What you seem to be telling me is that there is no easy way.

Dave Cohen’s picture

For now, you have to write a custom module. See http://drupal.org/node/685320

What would make this easier? It's fairly complicated to customize what's written to a stream and when, without writing some code. Is a drupal action what you're looking for? In my experience, it's easier to implement one of drupal's hooks with a little PHP than it is to configure a drupal action.

thedavidmeister’s picture

Status: Active » Fixed

this is really old and references something that doesn't exist.

Status: Fixed » Closed (fixed)

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