Skip to content

Instantly share code, notes, and snippets.

@joncode
Created October 22, 2012 20:16
Show Gist options
  • Select an option

  • Save joncode/3933835 to your computer and use it in GitHub Desktop.

Select an option

Save joncode/3933835 to your computer and use it in GitHub Desktop.
adding FacebookSDK to iOS
drag facebook SDK in folder and copy whole thing in
- delete tests if they cause senTesting error
- DO NOT name any files in your project Facebook.h .m
add other link to build target with '-lsqlite3.0' flag
watch this and do it the same
https://www.facebook.com/video/video.php?v=10151424039669838
add SCFacebook and put the git hub function in the app delegate
make social framework and ad support framework and accounts framework 'optional'
add arc flag to all compiles sources
'-fno-objc-arc'
more stuff then this im sure ,just what i could remember offhand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment