Skip to content

kenshin03/Home-For-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Home for iOS

This project is no longer active and doesn't look good after iOS 7 came out. No new features will be added but some of the logic should still run if you're interested in knowing about them.

Screenshot

This is an attempt to replicate essential elements of the Facebook Home experience in iOS, as an app. The aim is to re-create features like Cover Feed with basic UIKit controls and the Facebook Graph API.

Development Notes:

Videos

Animated GIF

Vimeo Video

Vimeo Video

Installation

  • git clone / pull
  • cd Home-For-iOS/Home
  • (optional) pod install / pod update
  • open and build from Home.xcworkspace
  • For installation on devices, please create a facebook app that matches the app bundle id you are using. See #5.

Working Features

  • Coverfeed. Supports posts of type photo (added_photos/mobile_status_update/shared_story) and status (picture/mobile_status_update/wall_post).
  • Double tap to like a post from Coverfeed.
  • View comments and add comments to a post.
  • Post to your own timeline.
  • Fake launcher that opens pre-installed apps like Facebook Camera, Twitter, Instagram, Mail via URL schemes.
  • SSO to Facebook using iOS 6's SocialFramework.
  • Read Facebook Notifications

In-progress

  • Messaging
    • View Controller to list contacts to write message to
    • Message compose view with textfield and send button
    • Code to send message to graph ID via XMPP
    • Code to listen to XMPP notification and message compose view / animate in chathead.
  • UX
    • Coverfeed - Timer based auto-scroll to next view
    • Coverfeed - Auto-refresh of timeline contents after x minutes
  • Authentication
    • Auto-retry failed authentication after detecting a change in settings.

Contribution

Feel free to fork and work on any features or fix any issues as you see fit. Or submit an issue with feature requests or bug reports.

License

MIT (https://github.com/kenshin03/Home-For-iOS/blob/master/LICENSE)

About

Facebook Home port for iOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages