Jonathan Otto
2008-Apr-30 06:54 UTC
[Facebooker-talk] Best way to integrate a plugin/adapter for Facebooker?
Expanding on Dave Clement''s Bebo adapter I have completed an adapter for Ringside. ringsidenetworks.org It''s overriding many of Facebooker''s methods. Right now I have the file in RAILS_ROOT/lib and it works fine, but I''m thinking it will be more portable as a plugin. The problem is, I need to make sure it either gets loaded after Facebooker, or I rewrite the adapter so the code is not dependent on load order. Do you all have any suggestions on the best way to implement it?