Skip to content

Sample iOS app to view Facebook Groups built with Swift and CoreData

Notifications You must be signed in to change notification settings

YosubShin/FBGroups

Repository files navigation

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.

About

Sample iOS app to view Facebook Groups built with Swift and CoreData

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages