Removing facebook API from my project
- by mac_55
I'm looking to remove the Facebook API from my iPhone project for 2 reasons:
1) My Facebook functionality is unfinished and I'd like to submit the app minus ALL of the FB functionality
2) I don't want to include the Facebook API as it contains encryption and I don't want to fill out additional forms etc.
So. I need a simple way to remove all of my Facebook functionality and not put build the facebook API as part of the binary. I was thinking of commenting out my FB code... but how do I disconnect the FB api so that I can easily put it back in later?
Thanks!