This project is not covered by Drupal’s security advisory policy.

Adding a Facebook parser to feeds module.

The main purpose for this module is to parse the JSON feeds returend from Facebook Graph API.

Example Feed URL:
https://graph.facebook.com/{id}/feed

Tested on Profiles and Pages. Thus, you replace {id} with profile/page unique id.

You might need authentication or access token using the URL.
Example Feed URL with authentication access token:
https://graph.facebook.com/{id}/feed?access_token=YOUR_APP_ACCESS_TOKEN

Project information

Releases