Removing facebook API from my project
Posted
by mac_55
on Stack Overflow
See other posts from Stack Overflow
or by mac_55
Published on 2010-04-07T21:38:32Z
Indexed on
2010/04/07
21:43 UTC
Read the original article
Hit count: 727
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!
© Stack Overflow or respective owner