Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 582 Bytes

File metadata and controls

11 lines (10 loc) · 582 Bytes

Facebook-Tweet

1. Intro

A Java Servlet app to read and post tweets from/to Facebook. Deployed on Google App Engine.
This app is using restfb to fetch data from Facebook. And Bootstrap is introduced as the frame of pages.

2. Functionality description

  1. Read login users posts from Facebook, and store in Google Datastore.
  2. Read your friends posts who is also using this app.
  3. Get the popular posts based on time reviewed.
  4. Share the website as a link to show particualr post from this app.