Closed (fixed)
Project:
Drupal for Facebook
Version:
6.x-3.x-dev
Component:
Facebook Connect
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2010 at 14:10 UTC
Updated:
11 Oct 2012 at 11:51 UTC
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
Comment #1
JThan commentedMaybe by using a RSS App in Facebook?
Comment #2
Dave Cohen commentedUse 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).
Comment #3
rsbecker commentedAhh, 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.
Comment #4
Dave Cohen commentedFor 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.
Comment #5
thedavidmeister commentedthis is really old and references something that doesn't exist.