Skip to content

A small working meteor app showcasing Facebook page posts retrieval, cool way to display posts in page, search and filter posts by keyword, Facebook style infinite scroll.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

cambrozie/meteor-facebook-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image_meteor@2x.png

meteor-facebook-feed

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

Why

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.

Requirements

  • Meteor >= 1.3.0

Quick start

  • 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

License

Copyright © ICENodes. Licensed under the terms of the MIT license.

Provided by ICENodes - www.icenodes.com

About

A small working meteor app showcasing Facebook page posts retrieval, cool way to display posts in page, search and filter posts by keyword, Facebook style infinite scroll.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published