#Fake Book View this app in action! This is essentially a Facebook clone with (in my humble opinion) an even better interface than Facebook. :)
###Basic Account Creation and Login
Sign up and Login are simple and use the devise gem.
###Login with Facebook The app communicates with the Facebook API, allowing users to sign in using their Facebook account. This uses devise and the omniauth gem to ensure easy and secure authentication.
###Friends and Soon-to-be-friends The friending model is the same as Facebook, in that a user must confirm that you are both friends before you become friends. Users can accept or decline friend requests they receive. Users can also retract a friend request they've sent and un-friend a current friend (ouch!) 
###Posts
Users can create text posts or photo posts which can then be commented on and liked.