Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.39 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.39 KB

FBGroups

Simple Facebook Group Viewer

  • A sample app made with Swift on iOS8 that utilizes Facebook Graph API to fetch user's group data and shows it on the UITableViewController.
  • It uses CoreData and NSFetchedResultsController to display data on table views.

How to build

  • Modify FBGroups/Info.plist : Follow instruction at Facebook API Documentation One needs to add values for keys : CFBundleURLTypes, FacebookDisplayName, FacebookAppID

  • FBGroups utilizes , and Facebook SDK libraries. In order to build with CocoaPod, type in the Terminal pod install, and in order to open the project, open FBGroups.xcworkspace instead of FBGroups.xcodeproj. More information on using CocoaPod at http://cocoapods.org/.

Reference

Updates

Update on July 26th, 2014

  • Got rid of 'PureLayout' because it prevents me from utilizing Storyboard features such as Segue. Also, for the purpose of my app, the AutoLayout feature allows me to achieve the same functionality.