This module allows users to post nodes automatically to facebook.com. Currently supports posting on group's page and user's page.

You need to download the http://github.com/facebook/facebook-php-sdk and extract the entire contents of the archive into the sites/all/libraries/facebook-php-sdk folder of your server.

Project page: http://drupal.org/sandbox/serm/1721850

git clone --recursive --branch 7.x-1.x http://git.drupal.org/sandbox/serm/1721850.git fb_poster

Comments

serm’s picture

Issue summary: View changes

add full git path

andypost’s picture

Have you seen similar projects?
Please explain a difference this from current solutions? We just trying to prevent a code duplication.

serm’s picture

Hi andypost! Thanks for review!

This module allows to post a node to the facebook page automatically as soon as the node is published. It allows to post the node to a group's page as well. In module settins one can select content types for publishing and set access rules for site users.

Robin Millette’s picture

Serm, did you search for other Facebook modules to see if the functionnality you coded was already available in another module?

serm’s picture

Hi Robin! Thanks for review!

I fount this module Post to Facebook.

But I was not able to integrate it with my site! Module developers have not updated it...

My module is the most simple. All you need to do for publishing in facebook, it's just a tick in the publishing settings.

Sorry for my English.

serm’s picture

Look at the code of the module, please.

webdorado’s picture

Status: Needs review » Needs work

We have tested the module and found a bug:

- In "Application settings" after filling the required fields and pressing "Save configuration" a blank page appears, without any messages, fields or buttons.

klausi’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.

klausi’s picture

Issue summary: View changes

Add valid git link for non maintaner