PageFeed
Why?
Facebook deprecated their Page RSS feeds on the 23rd of June 2015. But we need it sometimes.
How To Use?
You can clone this app and deploy it to any hosting platform that support ruby!
Heroku
Deploying toOR;
- Clone this repo.
- Create a new Facebook App from Facebook for Developers and get the App Id and App Secret code.
- Create a new Heroku app and deploy.
- Add your Facebook App's credential to Heroku app:
$ heroku config:set FACEBOOK_APP_ID=[Your Facebook App Id] FACEBOOK_APP_SECRET=[Your Facebook App Secret]
- Done!
Reference
License
MIT.