1
votes

I need facebook integration for my ios app. I am on OS X Snow Leopard & cannot upgrade my OS/Xcode at this point. All tutorials on the web seem to focus on Facbook SDK 3.1 integration (which needs me to upgrade my Xcode).

I tried this tutorial, (yes I "Linked Binary With Libraries" for FacebookSDK.framework & Accounts.framework.

But I get the error "FacebookSDK/FacebookSDK.h" file not found

Can someone point me to a documentation/tutorial for integrating Facebook SDK 3.0 with ios app on Xcode 4.2? I need login/authenticate & invite friends functionality.

Thank you.

1
@Sapan Thats the first place I checked. The tutorials there are for Facbook SDK 3.1. Correct me if I am wrong.Ravi
There is only 1 getting started section in that link & that points to 3.1 SDK. "Install the Prerequisites" states "You need Xcode 3.5" Here is the link: developers.facebook.com/docs/getting-started/…Ravi

1 Answers

0
votes

FacebookSDK/FacebookSDK.h is part of Deprecated headers. Add Deprecated Headers to your project and rebuild your application. It should work fine.