Active
Project:
Drupal for Facebook
Version:
6.x-3.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Oct 2010 at 17:18 UTC
Updated:
29 Oct 2010 at 11:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
Dave Cohen commentedThere isn't any at the moment, but admiittedly it needs doing. We're working on the documentation pages at the moment.
For now, the code is its own best documentation. You can browse that at http://www.drupalforfacebook.org/dox/6.x-3.x-dev/, although there's no easy way to search which modules implement hook_fb there.
Comment #2
Jakob Stoeck commentedA regex search over the fb modules led to what I think are all implementations of that hook (unfortunately could not copy, that's why it's an image)
Comment #3
Dave Cohen commentedhere's some very preliminary doc, and some debug code that may help you figure out when the hook is called and what it is passed.
This doesn't document nearly all the $ops. Most are used internally within modules/fb, your custom code would need those only if you wanted to replace completely those modules. One of my design goals is to reduce dependencies within modules/fb by having modules communicate via this hook.
Comment #4
Dave Cohen commentedmarking this as a todo for 3.0 release