Feeds: Facebook parser

Component ID

1174394

Component name

Feeds: Facebook parser

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

5381

Component created

Component changed

Component body

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