I apologize if I tagged this in the wrong category, I am a bit new to this whole process so please bear with me. I have created a simple module that will add a Facebook Like/Recommend button (http://drupal.org/node/779498) and was wondering if there was plans to integrate this in with the Facebook connect module. While I am strongly against directly patching this directly into this module (making people install a new authentication system for a simple feature is just not good imo) it would compliment it nicely.
The big question is: Should this be a different module or should I create a patch to put this into the Facebook connect module?
Comments
Comment #1
HS commented+1
Comment #2
m_z commented+2 ;-)
Comment #3
JamieR commented+3
Comment #4
mandclu commentedI'd vote for it as a separate module (and soon!). It seems to be the use case for your module is very different.
It might be worth exploring if there's significant overlap in the two modules, though. If that were the case, it might be worth looking at something like an Open Graph API or FB API module that could house common elements (such as connecting to Facebook). That could encourage even more use, and also allow both modules to evolve more quickly as Facebook updates its APIs.
My $0.02
Comment #5
chawl commentedSeparate +1
Comment #6
vectoroc commentedYes. Originally this module was developed to provide only auth functionality
Comment #7
pointsi commentedThere is already a new module for this. See the "Facebook social plugins integration" at http://drupal.org/project/fb_social
Comment #8
beauz commentedIt seems modules using the new Javascript SDK like http://drupal.org/project/fb_social are not compatible with the older modules that implement facebook connect (fbconnect and fb - Facebook for drupal).
Eagerly awaiting some news on what the outlook is for this module updating to the new SDK...
Comment #9
marcus178 commentedIs there any news on when fb connect will be updated to the new sdk?
Comment #10
vectoroc commentedit's already in progress. See 2.x branch.
Comment #11
vectoroc commentedComment #12
vectoroc commented#852582: Integrate with another fb* modules
Comment #13
HS commentedSo, 6.x-2.x-dev and http://drupal.org/project/fb_social should work together now because fbconnect is using the new SDK, OR has the new request for integration postponed the whole thing and set us back?
Comment #14
Robardi56 commentedWhy bother with a module, why don't you just hardcode fblike and other share stuff into node template ?
Comment #15
vectoroc commented