mysequel / Drupal-8-Facebook-Feed-Module

This's my custom module on Drupal 8 to load feed from a Facebook page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drupal 8 Simple Facebook Feed Module

This's my custom module on Drupal 8 to load feed from a Facebook page. This module inspired by [Instagram Block Module] (https://www.drupal.org/project/instagram_block)

Usage

  • First you need to create a Facebook app [Here] (https://developers.facebook.com), get the App ID and App Secret from there.
  • Get the User Token from your App trough this [Link] (https://developers.facebook.com/tools/accesstoken/)
  • By debug above User Token, you may able to set it to long-lived access token
  • Install the module
  • Run 'composer require facebook/graph-sdk' to install Facebook graph sdk
  • Fill the Facebook Page setting at admin/config/content/facebook_page

About

This's my custom module on Drupal 8 to load feed from a Facebook page.

License:GNU General Public License v3.0


Languages

Language:PHP 93.7%Language:HTML 5.4%Language:CSS 0.9%