I'm looking to implement a set-and-forget style module to post to my organization's facebook page. The main caveat is that users of my site to have to be logged in to (or even necessarily have an account on) Facebook... I want to be able to go in once and configure anyone with the "post with myfacebookmodule" permission on the site to be able to post (similar to the way you can set accounts in the Twitter module as "global" accounts, allowing other users to post to that account as well).
Has anyone implemented something like this? Is it possible? If so... does anyone have any tips on how I could track down the auth methods and/or tokens used to implement it?
(I marked this as "User as lazy" mostly because I think I probably missed this somewhere in the documentation, and I'm starting to burn out looking for it.)
Comments
Comment #1
Dave Cohen commented"user is lazy" is for people who don't even try.
Check out http://drupal.org/project/fridge, which is my work-in-progress to do this sort of integration in a (hopefully) easy way to administer.