Pack which allows integration with Facebook.
cp -R ./facebook /opt/stackstorm/packs
st2 run packs.setup_virtualenv packs=facebook
st2 run packs.load register=all
st2 run packs.restart_component servicename=st2sensorcontainer
version
- Facebook API version.page_id
- Facebook Page ID.fb_app_id
- Facebook App ID.fb_app_secret
- Facebook App Secret.
To obtain API credentials, you need to first create a Facebook application https://developers.facebook.com/apps.
Then go to the app dashboard and obtain the App ID and App Secret.
This sensor uses the Facebook Graph API to return the latest posts. For every recent post in the feed, a trigger is dispatched.