Meteor application for retrieving and displaying a Facebook page feed using Masonry cascading grid layout.
Currently we support:
- Displaying Facebook page feed
- Infinite scroll to load more posts
- Searching in the Facebook page using keywords
- Changing the Facebook page
- Refreshing posts
Notes:
- No database required since we don't store any posts information on the server
- Most of the logic is on the client side and the server only makes the requests to the Graph API.
You can see the demo at http://meteor-facebook-feed.icenodes.com
We are building a lot of internal projects and external projects like Startup MVPs and we needed a social feed aggregator and a cool way of displaying the posts.
- Meteor >= 1.3.0
- Download / Clone the repository
git clone https://github.com/cambrozie/meteor-facebook-feed
- Navigate into your project directory 'cd meteor-facebook-feed'
- Put your Facebook 'appId' and 'secret' in
private/facebook-config.js
file - Start the Meteor application with
meteor
- Open
http://localhost:3000
in your browser
Copyright © ICENodes. Licensed under the terms of the MIT license.
Provided by ICENodes - www.icenodes.com