Facebook Pull
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
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:
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/
Your app api version should be greater than v2.4.
New features
Best way to communicate/contribute is through Github: https://github.com/daveferrara1/facebook-pull
Credits
This module is currently maintained by @daveferrara1.
