如何在Facebook应用程序中集成Facebook

时间:2012-08-18 07:53:41

标签: objective-c ios ios-simulator

我正在开发一个ipad应用程序,我想在我的应用程序中集成facebook。我使用的是xcode-5.1。我按照此网址上的链接:http://developers.facebook.com/docs/mobile/ios/build/,但收到以下错误:

Lexical or Preprocessors Issue
1. FBBatchRequestTests.h
'SenTestingKit/SenTestingKit.h' file now found.
2.Semantic issue
Use of undeclared identifier 'FB_IOS_SDK_VERSION_STRING'
3.FBCAcheTests.h
Lexical or preprocessor Issue
'SenTestingKit/SenTestingKit.h" file not found
4. FBCommonRequestTests.h
 Lexical or preprocessor Issue
    SenTestingKit/SentestingKit.h file not found

请帮我解决这些错误。还给我一些相关的URL,用于在ipad app中整合facebook。

2 个答案:

答案 0 :(得分:0)

我建议抛弃您用于连接到该项目中的Facebook并使用this的任何代码。有用。我亲自用过它

答案 1 :(得分:0)

有一个新的Facebook SDK 3.0,包含来自FACEBOOK本身的示例和教程。从这里下载:http://developers.facebook.com/blog/post/2012/08/07/facebook-sdk-3-0-for-ios/

你也会在那里找到教程。

相关问题