/facebook-pull

Drupal Module: https://www.drupal.org/project/facebook_pull

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

Facebook-Pull 7.x-3.x

Drupal Module: https://www.drupal.org/project/facebook_pull

Facebook Pull is a fast and efficient module for displaying Facebook feeds on your site.

This module caches all queries to the graph, the time period default is 20 minutes.

Usage

Configure the module then add the block, or box, or use the API directly:

<?php
echo facebook_pull_render($graph_id, $type, $app_id, $app_secret, $options);
?>

You must obtain an app_id and app_secret from Facebook before you can use this module. You can do this through the Developer App on Facebook.

You can configure this module at: "admin/config/services/facebook-pull"

More information about the facebook Graph API, the API which this module interfaces with, is available on the Facebook website:
https://developers.facebook.com/docs/graph-api/reference/

Credits

This module is currently maintained by @daveferrara1.